Skip to content

Commit f1bc7a9

Browse files
committed
fix cs
1 parent 508a591 commit f1bc7a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
<?php
22

3+
declare(strict_types=1);
4+
5+
namespace Tests\Fixed;
6+
37
enum Suit: string
48
{
59
case Hearts = 'H';
610
case Diamonds = 'D';
711
case Clubs = 'C';
812
case Spades = 'S';
9-
}
13+
}

0 commit comments

Comments
 (0)