GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Pull Request — master (#24)
by Vincent
05:11
created
src/Hook/Call/ScenarioStateCall.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Hook/Dispatcher/ScenarioStateHookDispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
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 */
Please login to merge, or discard this patch.