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
Branch master (0794c0)
by Freek
02:25
created
src/Driver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,10 +36,10 @@
 block discarded – undo
36 36
      * `ExpectationFailedException` if it doesn't match. This happens by
37 37
      * default if you're using PHPUnit's `Assert` class for the match.
38 38
      *
39
-     * @param \Spatie\Snapshots\Snapshot $snapshot
40 39
      * @param mixed $actual
41 40
      *
42 41
      * @throws \PHPUnit\Framework\ExpectationFailedException
42
+     * @return void
43 43
      */
44 44
     public function match($expected, $actual);
45 45
 }
Please login to merge, or discard this patch.