extension.json - don't use array syntax when hooks only have 1 handler

Change-Id: I0a5ccdd509da237de95772514acd0ac56566499f
This commit is contained in:
DannyS712 2020-03-11 09:40:21 +00:00
parent 65151430ef
commit b37c0818f9

View file

@ -14,9 +14,7 @@
]
},
"Hooks": {
"ParserFirstCallInit": [
"ImageMap::onParserFirstCallInit"
]
"ParserFirstCallInit": "ImageMap::onParserFirstCallInit"
},
"AutoloadClasses": {
"ImageMap": "includes/ImageMap.php"