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 ( ff51d8...0b78e2 )
by Anton
04:14
created
json-schema/src/JsonSchema/Constraints/ConstraintInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      * @param string           $constraint the constraint/rule that is broken, e.g.: 'minLength'
41 41
      * @param array            $more       more array elements to add to the error
42 42
      */
43
-    public function addError(JsonPointer $path = null, $message, $constraint='', array $more = null);
43
+    public function addError(JsonPointer $path = null, $message, $constraint = '', array $more = null);
44 44
 
45 45
     /**
46 46
      * checks if the validator has not raised errors
Please login to merge, or discard this patch.