Skip to content

Commit fe741e1

Browse files
committed
fixed CS
1 parent 9384696 commit fe741e1

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)