@@ -6,10 +6,10 @@ |
||
6 | 6 | use function einfach\operation\response\isValidResponse; |
7 | 7 | use const einfach\operation\response\RESPONSE_TYPE_ERROR; |
8 | 8 | use const einfach\operation\response\RESPONSE_TYPE_OK; |
9 | -use einfach\operation\step\Step; |
|
10 | -use einfach\operation\step\Failure; |
|
11 | 9 | use einfach\operation\step\AbstractStep; |
12 | 10 | use einfach\operation\step\Always; |
11 | +use einfach\operation\step\Failure; |
|
12 | +use einfach\operation\step\Step; |
|
13 | 13 | use einfach\operation\step\TryCatch; |
14 | 14 | |
15 | 15 | class Railway |
@@ -89,6 +89,7 @@ |
||
89 | 89 | |
90 | 90 | /** |
91 | 91 | * @throws \Exception |
92 | + * @param AbstractStep $step |
|
92 | 93 | */ |
93 | 94 | protected function performStep($step, &$params, $track) |
94 | 95 | { |