wiki.techinc.nl/includes/user
Thiemo Kreuz 734a969d55 Safe replacement of a lot of !count() with === []
This was originally a global search and replace. I manually checked all
replacements and reverted them if (due to the lack of type hints) either
null (that would be 0 when counted) or a Countable object can end in the
variable or property in question.

Now this patch only touches places where I'm sure nothing can break.

For the sanity of the honorable reviewers this patch is exclusively touching
negated counts. You should not find a single `!== []` in this patch, that
would be a mistake.

Change-Id: I5eafd4d8fccdb53a668be8e6f25a566f9c3a0a95
2019-01-15 17:28:49 +01:00
..
BotPassword.php Include bot password app ID in audit data 2018-12-13 19:18:17 +00:00
CentralIdLookup.php Ignore CentralIdLookup::resetCache() in code coverage reports 2018-08-21 00:18:50 -07:00
ExternalUserNames.php
LocalIdLookup.php Add isCurrentWikiId()/isCurrentWikiDomain()/getCurrentWikiDomain() to WikiMap 2018-10-29 14:53:37 -07:00
LoggedOutEditToken.php
PasswordReset.php AuthManager: Don't invalidate BotPasswords if a password reset email is sent 2018-07-17 16:25:28 -04:00
User.php Safe replacement of a lot of !count() with === [] 2019-01-15 17:28:49 +01:00
UserArray.php
UserArrayFromResult.php
UserGroupMembership.php user: Ensure returned user groups are sorted 2018-12-22 07:38:51 +00:00
UserIdentity.php
UserIdentityValue.php
UserNamePrefixSearch.php
UserRightsProxy.php Add isCurrentWikiId()/isCurrentWikiDomain()/getCurrentWikiDomain() to WikiMap 2018-10-29 14:53:37 -07:00