Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 3c9218d

Browse files
committed
Merge pull request zendframework/zendframework#2369 branch 'hotfix/remove-unused-vars'

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/Ldap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public function authenticate()
257257
/* Iterate through each server and try to authenticate the supplied
258258
* credentials against it.
259259
*/
260-
foreach ($this->options as $name => $options) {
260+
foreach ($this->options as $options) {
261261

262262
if (!is_array($options)) {
263263
throw new Exception\InvalidArgumentException('Adapter options array not an array');

0 commit comments

Comments
 (0)