We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a412e37 commit 1730dbdCopy full SHA for 1730dbd
src/Connection.php
@@ -151,8 +151,7 @@ public function getLdapConnection()
151
/**
152
* Connect to the Domain Controller.
153
*
154
- * If no username or password is specified, then the
155
- * configured administrator credentials are used.
+ * If no username or password is specified, then the configured credentials are used.
156
157
* @param string|null $username
158
* @param string|null $password
src/ContainerException.php
@@ -2,9 +2,7 @@
2
3
namespace LdapRecord;
4
5
-use InvalidArgumentException;
6
-
7
-class ContainerException extends InvalidArgumentException
+class ContainerException extends LdapRecordException
8
{
9
//
10
}
0 commit comments