Skip to content

Commit 3ff3c64

Browse files
author
Robin Chalas
committed
Add scalar typehints/return types on final/internal/private code
1 parent 9512031 commit 3ff3c64

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())
73+
public static function create($adapter, array $config = array()): Ldap
7474
{
7575
if (!isset(self::$adapterMap[$adapter])) {
7676
throw new DriverNotFoundException(sprintf(

0 commit comments

Comments
 (0)