Completed
Push — master ( 5ea384...9f485c )
by Tim
02:21
created
Classes/Utility/ReflectionUtility.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
      * @param string $className
99 99
      * @param string $tag
100 100
      *
101
-     * @return string|bool
101
+     * @return false|string
102 102
      */
103 103
     public static function getFirstTagValue(string $className, string $tag)
104 104
     {
@@ -118,9 +118,9 @@  discard block
 block discarded – undo
118 118
      * Get the tag configuration from this method and respect multiple line and space configuration.
119 119
      *
120 120
      * @param MethodReflection|ClassReflection $reflectionObject
121
-     * @param array                            $tagNames
121
+     * @param string[]                            $tagNames
122 122
      *
123
-     * @return array
123
+     * @return string
124 124
      */
125 125
     public static function getTagConfiguration($reflectionObject, array $tagNames): array
126 126
     {
Please login to merge, or discard this patch.