wiki.techinc.nl/includes/jobqueue/jobs
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
..
ActivityUpdateJob.php Move most User::clearAllNotifications() logic to WatchedItemStore 2018-03-23 10:26:13 +00:00
AssembleUploadChunksJob.php
CategoryMembershipChangeJob.php Merge "Reduce lag waiting time in CategoryMembershipUpdateJob critical section" 2017-11-21 19:13:34 +00:00
CdnPurgeJob.php
ClearUserWatchlistJob.php Cleanup some comments related to DB replication 2018-03-09 23:05:43 +00:00
ClearWatchlistNotificationsJob.php Move most User::clearAllNotifications() logic to WatchedItemStore 2018-03-23 10:26:13 +00:00
DeleteLinksJob.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
DoubleRedirectJob.php
DuplicateJob.php
EmaillingJob.php
EnotifNotifyJob.php
EnqueueJob.php Change EnqueueJob docs to discourage obsolete use-cases 2017-12-14 03:15:29 +00:00
HTMLCacheUpdateJob.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
NullJob.php
PublishStashedFileJob.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
RecentChangesUpdateJob.php Do not start explicit transaction rounds for RecentChangesUpdateJob 2018-04-17 12:39:05 +00:00
RefreshLinksJob.php Add action/user tracking to link refresh jobs 2017-10-23 11:06:16 -07:00
ThumbnailRenderJob.php Add type hint to ThumbnailRenderJob::hitThumbUrl 2017-05-19 12:17:27 -07:00
UserGroupExpiryJob.php Be more db-friendly when purging expired userrights 2018-02-14 09:02:33 +00:00