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 ( 59446a...77a017 )
by Constantin
02:32
created
src/Gica/CodeAnalysis/AggregateEventHandlersValidator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
 
46 46
     /**
47 47
      * @param string $filePath
48
-     * @return bool
48
+     * @return integer
49 49
      */
50 50
     protected function isListenerFileName($filePath)
51 51
     {
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
     }
76 76
 
77 77
     /**
78
-     * @param $className
78
+     * @param string $className
79 79
      * @throws \Exception
80 80
      */
81 81
     private function validateEventHandlersInClass($className)
Please login to merge, or discard this patch.
src/Gica/CodeAnalysis/MethodListenerDiscovery.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
 
78 78
     /**
79 79
      * @param string $filePath
80
-     * @return bool
80
+     * @return integer
81 81
      */
82 82
     protected function isListenerFileName($filePath)
83 83
     {
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     }
145 145
 
146 146
     /**
147
-     * @param $className
147
+     * @param string $className
148 148
      * @return ListenerMethod[]
149 149
      */
150 150
     private function findListenerMethodsInClass($className)
Please login to merge, or discard this patch.