Use the ?? feature instead of isset() where it makes sense
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Sun, 24 Mar 2019 21:40:49 +0000 (22:40 +0100)
committerThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Sun, 24 Mar 2019 21:40:49 +0000 (22:40 +0100)
commit2540c29b207494d771bd8e5b0ab43f0a056b5283
treedb7765e5fe4c245d4b727a576a9726a02303b3a9
parent0449f653c7147328e9ddcce9861733fc29e6f961
Use the ?? feature instead of isset() where it makes sense

Change-Id: I3a54f36b33d99ef3ff4c63e32e7dfcbcfc296135
includes/ActorMigration.php
includes/MagicWordArray.php
includes/api/ApiFormatBase.php
includes/config/ConfigRepository.php
includes/filerepo/file/ForeignAPIFile.php
includes/media/MediaHandlerFactory.php
tests/parser/ParserTestRunner.php