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 ( c37f06...68c3e8 )
by Saša
03:28 queued 01:42
created
src/App/TripSorter.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,9 +74,11 @@
 block discarded – undo
74 74
      * @static
75 75
      * @return array
76 76
      */
77
-    public static function do(array $cards = [])
77
+    public static function do {
78
+        (array $cards = [])
78 79
     {
79 80
         $instance = new self($cards);
81
+    }
80 82
         $instance->sort();
81 83
         $result = $instance->output();
82 84
 
Please login to merge, or discard this patch.