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

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#6969-dead-code-removal' …
Browse files Browse the repository at this point in the history
…into develop

Close zendframework/zendframework#6969
  • Loading branch information
Ocramius committed Dec 8, 2014
3 parents 6b1f7e5 + 859c3bb + 78e8afd commit 0d90bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper/Placeholder/Container/AbstractContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public function nextIndex()
return 0;
}

return $nextIndex = max($keys) + 1;
return max($keys) + 1;
}

/**
Expand Down

0 comments on commit 0d90bfe

Please sign in to comment.