@@ -5,8 +5,8 @@ |
||
5 | 5 | namespace Noodle\Statemachine\Exception; |
6 | 6 | |
7 | 7 | use Noodle\State\State; |
8 | -use Noodle\Statemachine\Exception; |
|
9 | 8 | use Noodle\Stateful\Stateful; |
9 | +use Noodle\Statemachine\Exception; |
|
10 | 10 | use Noodle\Transition\Context; |
11 | 11 | use Noodle\Transition\Input\Input; |
12 | 12 |
@@ -20,6 +20,7 @@ |
||
20 | 20 | * Constructor |
21 | 21 | * |
22 | 22 | * @param \Noodle\Transition\Transition[] ...$transitions |
23 | + * @param Transition $transitions |
|
23 | 24 | */ |
24 | 25 | public function __construct(Transition ...$transitions) |
25 | 26 | { |