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.
Passed
Push — master ( e3850c...c33285 )
by Ransford
02:22
created
src/Interpreter/FlatRateBillInterpreter.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
 final class FlatRateBillInterpreter extends AbstractBillInterpreter
17 17
 {
18 18
     private const EXPRESSION = Expr::POSITIVE_NUMBER .
19
-                               Expr::COMMA .
20
-                               Expr::RANGE;
19
+                                Expr::COMMA .
20
+                                Expr::RANGE;
21 21
     private $ranges = [];
22 22
     
23 23
     public function __construct()
Please login to merge, or discard this patch.