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 (#41)
by Jakub
03:39
created
src/MatchesSnapshots.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@  discard block
 block discarded – undo
30 30
         $this->assertMatchesSnapshot($actual, new XmlDriver());
31 31
     }
32 32
 
33
+    /**
34
+     * @param string $actual
35
+     */
33 36
     public function assertMatchesJsonSnapshot($actual)
34 37
     {
35 38
         $this->assertMatchesSnapshot($actual, new JsonDriver());
@@ -215,6 +218,9 @@  discard block
 block discarded – undo
215 218
         $this->markTestIncomplete("Snapshot updated for {$snapshot->id()}");
216 219
     }
217 220
 
221
+    /**
222
+     * @param ExpectationFailedException $exception
223
+     */
218 224
     protected function rethrowExpectationFailedExceptionWithUpdateSnapshotsPrompt($exception)
219 225
     {
220 226
         $newMessage = $exception->getMessage()."\n\n".
Please login to merge, or discard this patch.