Skip to content

Commit f134e8f

Browse files
Merge branch '6.0' into 6.1
* 6.0: [6.0] cs fixes [5.4] cs fixes [5.3] cs fixes [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes fix merge Remove pointless assignment [HttpClient] Fix tracing requests made after calling withOptions() [Cache] disable lock on CLI Revert "feature #41989 [Cache] make `LockRegistry` use semaphores when possible (nicolas-grekas)" [HttpKernel] fix how configuring log-level and status-code by exception works [VarDumper] add more "transient-on-macos" groups
2 parents 0df2795 + 5732249 commit f134e8f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Adapter/ExtLdap/Query.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,6 @@ private function resetPagination()
204204

205205
/**
206206
* Sets LDAP pagination controls.
207-
<<<<<<< HEAD
208-
=======
209-
*
210-
* @param resource|LDAPConnection $con
211-
>>>>>>> 5.4
212207
*/
213208
private function controlPagedResult(int $pageSize, bool $critical, string $cookie): bool
214209
{

Security/LdapAuthenticator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
1717
use Symfony\Component\Security\Core\Exception\AuthenticationException;
1818
use Symfony\Component\Security\Http\Authenticator\AuthenticatorInterface;
19-
use Symfony\Component\Security\Http\Authenticator\Passport\Passport;
2019
use Symfony\Component\Security\Http\Authenticator\InteractiveAuthenticatorInterface;
20+
use Symfony\Component\Security\Http\Authenticator\Passport\Passport;
2121
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
2222
use Symfony\Component\Security\Http\EntryPoint\Exception\NotAnEntryPointException;
2323

0 commit comments

Comments
 (0)