Completed
Push — master ( 2e24e7...974c75 )
by Tim
12:10
created
Classes/Utility/ReflectionUtility.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
      * @param string $className
101 101
      * @param string $tag
102 102
      *
103
-     * @return string|bool
103
+     * @return false|string
104 104
      */
105 105
     public static function getFirstTagValue(string $className, string $tag)
106 106
     {
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
      *
128 128
      * @param string $className
129 129
      * @param        $methodName
130
-     * @param array  $tagNames
130
+     * @param string[]  $tagNames
131 131
      *
132 132
      * @return array
133 133
      */
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
      * Get the tag configuration from this method and respect multiple line and space configuration.
158 158
      *
159 159
      * @param string $className
160
-     * @param array  $tagNames
160
+     * @param string[]  $tagNames
161 161
      *
162 162
      * @return array
163 163
      */
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
      *
189 189
      * @param string $className
190 190
      * @param string $property
191
-     * @param array  $tagNames
191
+     * @param string[]  $tagNames
192 192
      *
193 193
      * @return array
194 194
      */
Please login to merge, or discard this patch.