Skip to content

Commit 1d932ae

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: Tweaking class not found autowiring error [TwigBridge] Add missing dev requirement for workflow fixed #25440 empty lines don't count for indent detection
2 parents c7190ae + c3f3e18 commit 1d932ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adapter/ExtLdap/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function execute()
7373
$func = 'ldap_search';
7474
break;
7575
default:
76-
throw new LdapException(sprintf('Could not search in scope %s', $this->options['scopen']));
76+
throw new LdapException(sprintf('Could not search in scope "%s"', $this->options['scope']));
7777
}
7878

7979
$this->search = @$func(

0 commit comments

Comments
 (0)