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

Commit

Permalink
feedback on Authentication : avoid return bool when it always true
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored and Ocramius committed Mar 17, 2014
1 parent 511d3ba commit b61ada6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/Ldap.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ protected function prepareOptions(ZendLdap\Ldap $ldap, array $options)
* @param string $canonicalName
* @param string $dn
* @param array $adapterOptions
* @return bool|string
* @return string|true
*/
protected function checkGroupMembership(ZendLdap\Ldap $ldap, $canonicalName, $dn, array $adapterOptions)
{
Expand Down

0 comments on commit b61ada6

Please sign in to comment.