@@ -27,10 +27,10 @@ |
||
27 | 27 | use RequestTestTrait; |
28 | 28 | |
29 | 29 | /** |
30 | - * @param MockObject|StepResolverInterface $resolver |
|
31 | - * @param MockObject|TranslatorInterface $translator |
|
32 | - * @param MockObject|RouterInterface $router |
|
33 | - * @param MockObject|ActionsRegistryInterface $actionsRegistry |
|
30 | + * @param StepResolverInterface $resolver |
|
31 | + * @param TranslatorInterface $translator |
|
32 | + * @param RouterInterface $router |
|
33 | + * @param ActionsRegistryInterface $actionsRegistry |
|
34 | 34 | * |
35 | 35 | * @return GeneratorController |
36 | 36 | */ |
@@ -18,6 +18,6 @@ |
||
18 | 18 | */ |
19 | 19 | public function __construct($step, string $managerName) |
20 | 20 | { |
21 | - parent::__construct("Step $step does not exist in manager $managerName."); |
|
21 | + parent::__construct("step $step does not exist in manager $managerName."); |
|
22 | 22 | } |
23 | 23 | } |