Skip to content

Commit 73c6203

Browse files
trippogithub-actions[bot]
authored andcommitted
Fix styling
1 parent 5fa462a commit 73c6203

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/LaravelEnumTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
uses(TestCase::class);
1313

14-
1514
it('can be used as a static method to get value', function ($enumClass, $enumMethod, $result) {
1615
expect($enumClass::$enumMethod())->toBe($result);
1716
})->with([

0 commit comments

Comments
 (0)