[hygiene] [skin.json] simplify BeforePageDisplayMobile hook

Since only one hook is specified for the BeforePageDisplayMobile hook,
replace the array of hooks with the single hook used.

Change-Id: Ic89a262f3fdba93c3ee10387b3b05137ce9dc4ad
This commit is contained in:
Stephen Niedzielski 2020-01-14 13:48:42 -07:00 committed by Jdlrobson
parent 9f82f58ea9
commit 11d60dd88a
1 changed files with 1 additions and 3 deletions

View File

@ -28,9 +28,7 @@
"Vector\\ResourceLoaderLessModule": "includes/ResourceLoaderLessModule.php"
},
"Hooks": {
"BeforePageDisplayMobile": [
"Vector\\Hooks::onBeforePageDisplayMobile"
]
"BeforePageDisplayMobile": "Vector\\Hooks::onBeforePageDisplayMobile"
},
"@note": "When modifying skins.vector.styles definition, make sure the installer still works",
"ResourceModules": {