Skip to content

Commit efc29a6

Browse files
committed
Apply fixes from StyleCI
1 parent 4454675 commit efc29a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Firewalls/Firewall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public static function parse($input): ?self
122122
}
123123

124124
foreach ($input->applied_to as $a) {
125-
if($a->type === 'server'){
125+
if ($a->type === 'server') {
126126
$appliedTo[] = new FirewallResource($a->type, new Server($a->server->id));
127127
}
128128
}

0 commit comments

Comments
 (0)