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 ( ee82d5...421663 )
by Sebastian
12s
created
src/MatchesSnapshots.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@
 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());
Please login to merge, or discard this patch.