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 ( 608362...8df995 )
by Sebastian
01:53
created
src/MatchesSnapshots.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -17,11 +17,17 @@
 block discarded – undo
17 17
         $this->doSnapShotAssertion($snapshot, $actual);
18 18
     }
19 19
 
20
+    /**
21
+     * @param string $actual
22
+     */
20 23
     public function assertMatchesXmlSnapshot($actual)
21 24
     {
22 25
         $this->assertMatchesSnapshot($actual, new XmlDriver());
23 26
     }
24 27
 
28
+    /**
29
+     * @param string $actual
30
+     */
25 31
     public function assertMatchesJsonSnapshot($actual)
26 32
     {
27 33
         $this->assertMatchesSnapshot($actual, new JsonDriver());
Please login to merge, or discard this patch.