Completed
Push — master ( 93dd0d...2e24e7 )
by Tim
02:24
created
Classes/Utility/ReflectionUtility.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
      * @param string $className
133 133
      * @param string $tag
134 134
      *
135
-     * @return string|bool
135
+     * @return false|string
136 136
      */
137 137
     public static function getFirstTagValue(string $className, string $tag)
138 138
     {
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
      * Get the tag configuration from this method and respect multiple line and space configuration.
188 188
      *
189 189
      * @param string $className
190
-     * @param array                            $tagNames
190
+     * @param string[]                            $tagNames
191 191
      *
192 192
      * @return array
193 193
      */
@@ -217,8 +217,8 @@  discard block
 block discarded – undo
217 217
     /**
218 218
      * Get the tag configuration from this method and respect multiple line and space configuration.
219 219
      *
220
-     * @param MethodReflection|ClassReflection $reflectionObject
221
-     * @param array                            $tagNames
220
+     * @param string[]                            $tagNames
221
+     * @param string $className
222 222
      *
223 223
      * @return array
224 224
      */
@@ -246,8 +246,8 @@  discard block
 block discarded – undo
246 246
     /**
247 247
      * Get the tag configuration from this method and respect multiple line and space configuration.
248 248
      *
249
-     * @param MethodReflection|ClassReflection $reflectionObject
250
-     * @param array                            $tagNames
249
+     * @param string[]                            $tagNames
250
+     * @param string $className
251 251
      *
252 252
      * @return array
253 253
      */
Please login to merge, or discard this patch.