@@ -31,6 +31,7 @@ |
||
31 | 31 | * @param HookScope $scope |
32 | 32 | * @param Hook $hook |
33 | 33 | * @param null|integer $errorReportingLevel |
34 | + * @param string[] $arguments |
|
34 | 35 | */ |
35 | 36 | public function __construct(HookScope $scope, Hook $hook, $arguments, $errorReportingLevel = null) |
36 | 37 | { |
@@ -87,7 +87,7 @@ |
||
87 | 87 | $paramsKeys = array_map(function($element) { |
88 | 88 | return $element->name; |
89 | 89 | }, $function->getParameters()); |
90 | - var_dump($function->getParameters());die; |
|
90 | + var_dump($function->getParameters()); die; |
|
91 | 91 | $store = $this->store->getStore(); |
92 | 92 | |
93 | 93 | /** @var ScenarioStateArgument[] $annotations */ |