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 ( 38d1b7...7da647 )
by Sebastian
13s queued 11s
created
src/MatchesSnapshots.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -53,6 +53,9 @@  discard block
 block discarded – undo
53 53
         $this->assertMatchesSnapshot($actual, new XmlDriver());
54 54
     }
55 55
 
56
+    /**
57
+     * @param string $actual
58
+     */
56 59
     public function assertMatchesJsonSnapshot($actual)
57 60
     {
58 61
         $this->assertMatchesSnapshot($actual, new JsonDriver());
@@ -240,6 +243,9 @@  discard block
 block discarded – undo
240 243
         $this->registerSnapshotChange("Snapshot updated for {$snapshot->id()}");
241 244
     }
242 245
 
246
+    /**
247
+     * @param ExpectationFailedException $exception
248
+     */
243 249
     protected function rethrowExpectationFailedExceptionWithUpdateSnapshotsPrompt($exception)
244 250
     {
245 251
         $newMessage = $exception->getMessage()."\n\n".
Please login to merge, or discard this patch.