Skip to content

Commit 7e15fbf

Browse files
Merge branch '2.8' into 3.4
* 2.8: [php_cs] disable fopen_flags [CS] Remove unused variables passed to closures [CS] Remove empty comment [CS] Enforces null type hint on last position in phpDocs [CS] Use combined assignment operators when possible Fix a typo in error messages [Console] Add missing null to input values allowed types [PHPUnitBridge] Fix microtime() format bumped Symfony version to 2.8.47 update CONTRIBUTORS for 2.8.46 updated VERSION for 2.8.46 updated CHANGELOG for 2.8.46
2 parents 130f225 + 415d8c5 commit 7e15fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

User/LdapUserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ protected function loadUser($username, Entry $entry)
140140
/**
141141
* Fetches a required unique attribute value from an LDAP entry.
142142
*
143-
* @param null|Entry $entry
143+
* @param Entry|null $entry
144144
* @param string $attribute
145145
*/
146146
private function getAttributeValue(Entry $entry, $attribute)

0 commit comments

Comments
 (0)