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 ( dad12a...e54f40 )
by Hong
04:57
created
src/Event/Traits/CountableTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         /*# int */ $priority = 0
50 50
     )/*# : bool */ {
51 51
         // wrap the callable
52
-        $wrapper = function (EventInterface $event) use ($callable, $times) {
52
+        $wrapper = function(EventInterface $event) use ($callable, $times) {
53 53
             static $cnt = 0;
54 54
             if ($cnt++ < $times) {
55 55
                 call_user_func($callable, $event);
Please login to merge, or discard this patch.