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 ( 9e1348...84c946 )
by Zordius
02:19
created
src/Exporter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      * Get methods from ReflectionClass
87 87
      *
88 88
      * @param array<string,array|string|integer> $context current compile context
89
-     * @param object $class instance of the ReflectionClass
89
+     * @param \ReflectionClass $class instance of the ReflectionClass
90 90
      *
91 91
      * @return array
92 92
      */
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
     /**
105 105
      * Get statics code from ReflectionClass
106 106
      *
107
-     * @param object $class instance of the ReflectionClass
107
+     * @param \ReflectionClass $class instance of the ReflectionClass
108 108
      *
109 109
      * @return string
110 110
      */
Please login to merge, or discard this patch.