mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
docs(hooks): fix incorrect typehint
This commit is contained in:
parent
ea7c1d1321
commit
3dd50b6475
|
@ -483,7 +483,7 @@ class SkinHooks implements
|
|||
* Adds class to a property
|
||||
* Based on Vector
|
||||
*
|
||||
* @param array &$item to update
|
||||
* @param array|string &$item to update
|
||||
* @param array|string $classes to add to the item
|
||||
*/
|
||||
private static function appendClassToItem( &$item, $classes ) {
|
||||
|
|
Loading…
Reference in a new issue