wiki.techinc.nl/includes/changes
Bartosz Dziewoński 485f66f174 Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Find: /isset\(\s*([^()]+?)\s*\)\s*\?\s*\1\s*:\s*/
Replace with: '\1 ?? '

(Everywhere except includes/PHPVersionCheck.php)
(Then, manually fix some line length and indentation issues)

Then manually reviewed the replacements for cases where confusing
operator precedence would result in incorrect results
(fixing those in I478db046a1cc162c6767003ce45c9b56270f3372).

Change-Id: I33b421c8cb11cdd4ce896488c9ff5313f03a38cf
2018-05-30 18:06:13 -07:00
..
CategoryMembershipChange.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
ChangesFeed.php Use WANObjectCache::makeKey() in ChangesFeed 2017-11-27 12:03:47 -08:00
ChangesList.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ChangesListBooleanFilter.php Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
ChangesListBooleanFilterGroup.php Remove @param comments that literally repeat what the code says 2018-01-10 14:14:26 +01:00
ChangesListFilter.php Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
ChangesListFilterGroup.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ChangesListStringOptionsFilter.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
ChangesListStringOptionsFilterGroup.php Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
EnhancedChangesList.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
OldChangesList.php Unwatch link for pages in Special:Watchlist 2017-08-12 19:36:29 -04:00
RCCacheEntry.php Make attributes explicit 2015-10-19 02:35:28 -07:00
RCCacheEntryFactory.php Make RCCacheEntry use the local part of the user name for linking 2018-05-22 22:27:18 +00:00
RecentChange.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00