Use PHP 7 '??' operator instead of if-then-else
authorFomafix <fomafix@googlemail.com>
Sat, 20 Oct 2018 21:55:44 +0000 (23:55 +0200)
committerFomafix <fomafix@googlemail.com>
Sun, 21 Oct 2018 19:46:46 +0000 (21:46 +0200)
commit43244db9a2966a33942665b3ba3c624b3b2c1361
treeef0ac36c55faf69eca46aa08027fd4ff09c6d9b7
parent1b521232a63d802e1d3cd49010be9be28dfe7639
Use PHP 7 '??' operator instead of if-then-else

Change-Id: If9d4be5d88c8927f63cbb84dfc8181baf62ea3eb
48 files changed:
includes/api/ApiQueryRevisionsBase.php
includes/api/ApiRollback.php
includes/auth/AuthManagerAuthPlugin.php
includes/cache/localisation/LCStoreCDB.php
includes/cache/localisation/LCStoreStaticArray.php
includes/changes/ChangesListBooleanFilter.php
includes/changes/ChangesListFilterGroup.php
includes/debug/logger/monolog/KafkaHandler.php
includes/htmlform/fields/HTMLMultiSelectField.php
includes/http/MWHttpRequest.php
includes/import/WikiImporter.php
includes/installer/DatabaseUpdater.php
includes/installer/Installer.php
includes/installer/MysqlInstaller.php
includes/installer/WebInstaller.php
includes/installer/WebInstallerExistingWiki.php
includes/installer/WebInstallerOptions.php
includes/jobqueue/JobQueueGroup.php
includes/libs/CSSMin.php
includes/libs/Cookie.php
includes/libs/mime/MimeAnalyzer.php
includes/libs/objectcache/BagOStuff.php
includes/libs/objectcache/RedisBagOStuff.php
includes/libs/rdbms/database/DatabaseMssql.php
includes/libs/rdbms/lbfactory/LBFactoryMulti.php
includes/libs/rdbms/loadbalancer/LoadBalancer.php
includes/logging/LogFormatter.php
includes/logging/LogPage.php
includes/media/IPTC.php
includes/objectcache/ObjectCache.php
includes/parser/DateFormatter.php
includes/parser/ParserOutput.php
includes/parser/Preprocessor_DOM.php
includes/parser/Preprocessor_Hash.php
includes/preferences/DefaultPreferencesFactory.php
includes/registration/ExtensionProcessor.php
includes/resourceloader/ResourceLoader.php
includes/search/SearchEngine.php
includes/shell/Shell.php
includes/site/HashSiteStore.php
includes/skins/BaseTemplate.php
includes/skins/Skin.php
includes/specialpage/SpecialPageFactory.php
includes/specials/formfields/UploadSourceField.php
includes/upload/UploadBase.php
includes/user/User.php
includes/utils/MWFileProps.php
includes/widget/search/InterwikiSearchResultSetWidget.php