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.
Test Setup Failed
Branch master (fec14d)
by Marios
03:18
created
src/Traits/Repository.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -267,8 +267,7 @@
 block discarded – undo
267 267
         if ( ! StringsMethods::find($callingClass, 'Underscore\Types')) {
268 268
             if (isset($arguments[0])) {
269 269
                 $callingClass = Dispatch::toClass($arguments[0]);
270
-            }
271
-            else {
270
+            } else {
272 271
                 $callingClass = Method::findInClasses($callingClass, $method);
273 272
             }
274 273
         }
Please login to merge, or discard this patch.