Skip to content

Commit 41a22c7

Browse files
yajragithub-actions[bot]
authored andcommitted
fix: pint 🤖
1 parent 3b5e668 commit 41a22c7

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
/** @var int|string $itemName */
2222
$itemName = is_int($item['name']) || is_string($item['name']) ? $item['name'] : (string) $item['name'];
23-
23+
2424
if (self::isItemOrderInvalid($item, $array)) {
2525
return array_merge($array, [$itemName => $item['content']]);
2626
}

0 commit comments

Comments
 (0)