We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5e668 commit 41a22c7Copy full SHA for 41a22c7
src/Utilities/Helper.php
@@ -20,7 +20,7 @@ public static function includeInArray(array $item, array $array): array
20
{
21
/** @var int|string $itemName */
22
$itemName = is_int($item['name']) || is_string($item['name']) ? $item['name'] : (string) $item['name'];
23
-
+
24
if (self::isItemOrderInvalid($item, $array)) {
25
return array_merge($array, [$itemName => $item['content']]);
26
}
0 commit comments