forked from wikimedia/mediawiki-extensions-Wikibase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix code style issues in PHP entry points
Since we want to migrate to extension registration and get rid of the PHP entry points in the long run (T88258), all of this code will eventually have to move somewhere else, where it will be subject to the usual phpcs code style requirements; those moves will be easier to do and understand if we already fix the code style issues now, so that the moves can be as clean as possible. Most of the fixes are to use imports instead of fully qualified names; there were also a few other issues, such as using require like a function, or using the old array() syntax. Change-Id: I3feb1794a3c542c627232719f30e5da5678c799f
- Loading branch information
1 parent
f658176
commit 6b6e5a6
Showing
3 changed files
with
274 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.