Skip to content

Commit 31d721a

Browse files
committed
2 parents ad2b2c1 + 4796b60 commit 31d721a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Query/Builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use Closure;
66
use Exception;
7-
use DateTimeInterface;
87
use LdapRecord\Ldap;
8+
use DateTimeInterface;
99
use LdapRecord\Container;
1010
use LdapRecord\Utilities;
1111
use LdapRecord\Connection;
@@ -1426,7 +1426,7 @@ public function nested($nested = true)
14261426
* If flushing is enabled, the query cache will be flushed and then re-cached.
14271427
*
14281428
* @param DateTimeInterface $until When to expire the query cache.
1429-
* @param bool $flush Whether to force-flush the query cache.
1429+
* @param bool $flush Whether to force-flush the query cache.
14301430
*
14311431
* @return $this
14321432
*/

tests/ConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use Mockery as m;
66
use LdapRecord\Ldap;
7-
use LdapRecord\Connection;
87
use LdapRecord\Auth\Guard;
8+
use LdapRecord\Connection;
99
use LdapRecord\DetailedError;
1010
use LdapRecord\Query\Builder;
1111
use LdapRecord\Auth\BindException;

0 commit comments

Comments
 (0)