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 ( 72f380...b3f20b )
by James
02:32
created
src/Server/Server.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -457,29 +457,29 @@
 block discarded – undo
457 457
         return $this->dumperEndDirective;
458 458
     }
459 459
 
460
-     /**
461
-      * Sets the simple directive syntax when dumped.
462
-      *
463
-      * @param string $simpleDirective the simple directive syntax when dumped
464
-      */
465
-     public function setDumperSimpleDirective($simpleDirective)
466
-     {
467
-         $this->dumperSimpleDirective = $simpleDirective;
468
-
469
-         return $this;
470
-     }
471
-
472
-   /**
473
-    * Sets the starting block directive syntax when dumped.
474
-    *
475
-    * @param string $startMultiLine the starting block directive syntax when dumped
476
-    */
477
-   public function setDumperStartDirective($startMultiLine)
478
-   {
479
-       $this->dumperStartDirective = $startMultiLine;
480
-
481
-       return $this;
482
-   }
460
+        /**
461
+         * Sets the simple directive syntax when dumped.
462
+         *
463
+         * @param string $simpleDirective the simple directive syntax when dumped
464
+         */
465
+        public function setDumperSimpleDirective($simpleDirective)
466
+        {
467
+            $this->dumperSimpleDirective = $simpleDirective;
468
+
469
+            return $this;
470
+        }
471
+
472
+    /**
473
+     * Sets the starting block directive syntax when dumped.
474
+     *
475
+     * @param string $startMultiLine the starting block directive syntax when dumped
476
+     */
477
+    public function setDumperStartDirective($startMultiLine)
478
+    {
479
+        $this->dumperStartDirective = $startMultiLine;
480
+
481
+        return $this;
482
+    }
483 483
 
484 484
     /**
485 485
      * Sets the ending block directive syntax when dumped.
Please login to merge, or discard this patch.