Skip to content

Commit e60259a

Browse files
Fixed code-style
1 parent 6b77dfd commit e60259a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Events/BaseEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ abstract class BaseEvent
88
{
99
public function __construct(
1010
public string $method,
11-
public bool $before
11+
public bool $before
1212
) {
1313
}
1414
}

0 commit comments

Comments
 (0)