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.
2 parents a56c809 + f161c35 commit be2369dCopy full SHA for be2369d
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()): Ldap
+ public static function create($adapter, array $config = array()): self
74
{
75
if (!isset(self::$adapterMap[$adapter])) {
76
throw new DriverNotFoundException(sprintf(
0 commit comments