Skip to content

Commit be2369d

Browse files
Merge branch '4.1'
* 4.1: (22 commits) Fix CS [PropertyInfo] fix resolving parent|self type hints fixed CS fix merge [Security] Fix logout Cleanup 2 tests for the HttpException classes #27250 limiting GET_LOCK key up to 64 char due to changes in MySQL 5.7.5 and later [Config] Fix tests when path contains UTF chars [DI] Shared services should not be inlined in non-shared ones [Profiler] Remove propel & event_listener_loading category identifiers [Filesystem] Fix usages of error_get_last() [Cache][Lock] Fix usages of error_get_last() [Debug] Fix populating error_get_last() for handled silent errors fixed CS fixed CS fixed CS [FrameworkBundle] Fix cache:clear on vagrant [HttpKernel] Handle NoConfigurationException "onKernelException()" Fix misses calculation when calling getItems [DI] Display previous error messages when throwing unused bindings ...
2 parents a56c809 + f161c35 commit be2369d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ldap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function escape($subject, $ignore = '', $flags = 0)
7070
*
7171
* @return static
7272
*/
73-
public static function create($adapter, array $config = array()): Ldap
73+
public static function create($adapter, array $config = array()): self
7474
{
7575
if (!isset(self::$adapterMap[$adapter])) {
7676
throw new DriverNotFoundException(sprintf(

0 commit comments

Comments
 (0)