We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dff425 commit c732805Copy full SHA for c732805
src/NullState.php
@@ -6,7 +6,7 @@
6
7
final class NullState implements StateInterface
8
{
9
- public function initialize(): void
+ public function initialize(int $start = 0): void
10
11
// NOOP
12
}
0 commit comments