wiki.techinc.nl/includes/import
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
..
ImportableOldRevision.php Factor OldRevisionImporter & ImportableOldRevision out of WikiRevision 2018-02-20 10:26:47 +00:00
ImportableOldRevisionImporter.php import: Don't try duplicate detection when the sha1 is unavailable 2018-04-23 16:57:28 -04:00
ImportableUploadRevision.php Factor UploadRevisionImporter & ImportableUploadRevision out of WikiRevision 2018-02-20 10:26:42 +00:00
ImportableUploadRevisionImporter.php Add setting to control the creation of NullRevision on upload 2018-05-09 18:17:06 +02:00
ImportSource.php
ImportStreamSource.php ImportStreamSource: Replace magic numbers with constants 2018-04-16 18:39:24 +02:00
ImportStringSource.php
OldRevisionImporter.php Factor OldRevisionImporter & ImportableOldRevision out of WikiRevision 2018-02-20 10:26:47 +00:00
UploadRevisionImporter.php Factor UploadRevisionImporter & ImportableUploadRevision out of WikiRevision 2018-02-20 10:26:42 +00:00
UploadSourceAdapter.php Add missing & to @param documentation to match functon call 2017-08-11 18:47:46 +02:00
WikiImporter.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
WikiRevision.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00