Skip to content

Commit bfced4a

Browse files
rubenvanasschegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 7f8f2af commit bfced4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SettingsCasts/EnumCast.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function __construct(string $enum)
1717

1818
public function get($payload): ?UnitEnum
1919
{
20-
if($payload === null){
20+
if($payload === null) {
2121
return null;
2222
}
2323

@@ -38,7 +38,7 @@ public function get($payload): ?UnitEnum
3838

3939
public function set($payload): string|int|null
4040
{
41-
if($payload === null){
41+
if($payload === null) {
4242
return null;
4343
}
4444

0 commit comments

Comments
 (0)