Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 1abdc56

Browse files
committed
Lint
1 parent 2c644ae commit 1abdc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/SelectTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static function toOptions(): array
1414
{
1515
$formattedCases = [];
1616

17-
foreach(self::cases() as $option) {
17+
foreach (self::cases() as $option) {
1818
$formattedCases[$option->value] = $option->name;
1919
}
2020

0 commit comments

Comments
 (0)