Skip to content

Commit c732805

Browse files
committed
fix: correctly use the interface
1 parent 0dff425 commit c732805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NullState.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
final class NullState implements StateInterface
88
{
9-
public function initialize(): void
9+
public function initialize(int $start = 0): void
1010
{
1111
// NOOP
1212
}

0 commit comments

Comments
 (0)