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 ( d112bb...4d2703 )
by Constantin
02:38
created
MethodListenerDiscovery/ClassSorter/ByConstructorDependencySorter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@
 block discarded – undo
52 52
     }
53 53
 
54 54
 
55
+    /**
56
+     * @param string[] $classes
57
+     */
55 58
     private function isParentClassOfAny(\ReflectionClass $parentClass, $classes)
56 59
     {
57 60
         foreach ($classes as $class) {
Please login to merge, or discard this patch.