docs(hooks): fix incorrect typehint

This commit is contained in:
alistair3149 2024-06-04 23:37:16 -04:00 committed by GitHub
parent ea7c1d1321
commit 3dd50b6475
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ) {