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 a334ee5 + fe741e1 commit f161c35Copy full SHA for f161c35
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