mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 22:25:27 +00:00
b3c5745808
These code cleanups involves the following; - Consistency in using single quotes as already been used in the code base for loading resource loader test modules. - Remove irrelevant else cases when there is a return statement in the if cases. - Remove passing objects as references as they're already by default passed by references so no need for &. - Proper call to getLocalURL() instead of getLocalUrl() though PHP doesn't really care much about the case but let's use the function names as they are. - Fix PHPDoc params, remove useless $skin wrongly placed in the comment. The changes in this patch doesn't affect the behavior of the current system in any way. Change-Id: I9c886c058592486b7190b9567f79c496855f4ae3 |
||
---|---|---|
.. | ||
banners.mustache | ||
footer.mustache | ||
history.mustache | ||
MenuBuilder.php | ||
MenuEntry.php | ||
minerva.mustache | ||
MinervaTemplate.php | ||
pageActionMenu.mustache | ||
secondaryButton.mustache | ||
SkinMinerva.php | ||
SkinUserPageHelper.php | ||
user_page_links.mustache |