Skip to content

Commit 8dcd08e

Browse files
yajragithub-actions[bot]
authored andcommitted
fix: pint 🤖
1 parent affadde commit 8dcd08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static function includeInArray(array $item, array $array): array
2020
{
2121
$itemName = isset($item['name']) && is_string($item['name']) ? $item['name'] : '';
2222
$itemContent = $item['content'] ?? null;
23-
23+
2424
if (self::isItemOrderInvalid($item, $array)) {
2525
return array_merge($array, [$itemName => $itemContent]);
2626
}

0 commit comments

Comments
 (0)