mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-27 17:00:37 +00:00
[hygiene] move ServiceWirings.php to ServiceWiring.php
Remove pluralization from the service wiring filename for consistency with similar files in other Web repos. There are multiple services in this file but the point of distinction doesn't seem worthwhile. Change-Id: I6ff4f9caf66a6156f6aa6a8b808f51c356df3414
This commit is contained in:
parent
23bb1c1796
commit
36935fe1f3
|
@ -201,7 +201,7 @@
|
||||||
"remoteExtPath": "Popups"
|
"remoteExtPath": "Popups"
|
||||||
},
|
},
|
||||||
"ServiceWiringFiles": [
|
"ServiceWiringFiles": [
|
||||||
"includes/ServiceWirings.php"
|
"includes/ServiceWiring.php"
|
||||||
],
|
],
|
||||||
"manifest_version": 2
|
"manifest_version": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue