We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9512031 commit 3ff3c64Copy full SHA for 3ff3c64
Ldap.php
@@ -70,7 +70,7 @@ public function escape($subject, $ignore = '', $flags = 0)
70
*
71
* @return static
72
*/
73
- public static function create($adapter, array $config = array())
+ public static function create($adapter, array $config = array()): Ldap
74
{
75
if (!isset(self::$adapterMap[$adapter])) {
76
throw new DriverNotFoundException(sprintf(
0 commit comments