From 3dd50b6475cdc50f15a95a3223263f8c4ca9deeb Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Tue, 4 Jun 2024 23:37:16 -0400 Subject: [PATCH] docs(hooks): fix incorrect typehint --- includes/Hooks/SkinHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Hooks/SkinHooks.php b/includes/Hooks/SkinHooks.php index ee222ab3..bad2221e 100644 --- a/includes/Hooks/SkinHooks.php +++ b/includes/Hooks/SkinHooks.php @@ -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 ) {