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
Push — master ( 8a912d...8d7edf )
by
unknown
24s queued 10s
created
tests/Wrapper/DompdfWrapperTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -161,6 +161,9 @@
 block discarded – undo
161 161
         $response->sendContent();
162 162
     }
163 163
 
164
+    /**
165
+     * @param string $response
166
+     */
164 167
     private function prepareOutput(string $input, ?string $response = null): void
165 168
     {
166 169
         $this->dompdfFactory
Please login to merge, or discard this patch.