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 ( dd4d58...aecc92 )
by Constantin
02:23
created
src/Gica/CodeAnalysis/Shared/ClassSorter/TopologySorter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -99,6 +99,9 @@
 block discarded – undo
99 99
         return $dependencies;
100 100
     }
101 101
 
102
+    /**
103
+     * @param \ReflectionClass[] $classes
104
+     */
102 105
     private function isParentClassOfAny(\ReflectionClass $parentClass, $classes): bool
103 106
     {
104 107
         $comparator = new SubclassComparator();
Please login to merge, or discard this patch.