@@ -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 | { |