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.
Completed
Pull Request — master (#112)
by
unknown
08:57
created
lib/ApaiIO/ApaiIO.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      * @param OperationInterface     $operation     The operationobject
59 59
      * @param ConfigurationInterface $configuration The configurationobject
60 60
      *
61
-     * @return mixed
61
+     * @return string
62 62
      */
63 63
     public function runOperation(OperationInterface $operation, ConfigurationInterface $configuration = null)
64 64
     {
Please login to merge, or discard this patch.
tests/ApaiIO/Test/Request/Types/RestRequestTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -136,6 +136,9 @@
 block discarded – undo
136 136
 
137 137
     }
138 138
 
139
+    /**
140
+     * @param Search $operation
141
+     */
139 142
     protected function runOperation($operation)
140 143
     {
141 144
         $apaiIo = new ApaiIO($this->conf);
Please login to merge, or discard this patch.