Another false to null switch

This commit is contained in:
Orsiris de Jong
2018-11-29 17:30:52 +01:00
committed by GitHub
parent 7aa19b43aa
commit 1c3989c8fb

View File

@@ -252,7 +252,7 @@ final class LdapActions
* @return array
* @throws LdapException
*/
public function getObjects($filter, array $attributes = self::USER_ATTRIBUTES, $searchBase = false)
public function getObjects($filter, array $attributes = self::USER_ATTRIBUTES, $searchBase = null)
{
$searchResults = $this->getResults($filter, $attributes, $searchBase);