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 affadde commit 8dcd08eCopy full SHA for 8dcd08e
src/Utilities/Helper.php
@@ -20,7 +20,7 @@ public static function includeInArray(array $item, array $array): array
20
{
21
$itemName = isset($item['name']) && is_string($item['name']) ? $item['name'] : '';
22
$itemContent = $item['content'] ?? null;
23
-
+
24
if (self::isItemOrderInvalid($item, $array)) {
25
return array_merge($array, [$itemName => $itemContent]);
26
}
0 commit comments