Completed
Push — master ( e102f3...fc92b7 )
by Tim
15:38
created
Classes/RealUrlImage.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
     /**
160 160
      * Add the absrefprefix
161 161
      *
162
-     * @param $url
162
+     * @param string $url
163 163
      *
164 164
      * @return string
165 165
      */
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
      * @param array $info image info array:
179 179
      * @param mixed $file
180 180
      *
181
-     * @param null  $cObj
181
+     * @param Xclass\Frontend\ContentObject\ContentObjectRenderer  $cObj
182 182
      *
183 183
      * @return string
184 184
      */
Please login to merge, or discard this patch.
Classes/Xclass/Fluid/ViewHelpers/Uri/ImageViewHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
 
88 88
     /**
89 89
      * @param array                     $arguments
90
-     * @param callable|\Closure         $renderChildrenClosure
90
+     * @param \Closure         $renderChildrenClosure
91 91
      * @param RenderingContextInterface $renderingContext
92 92
      *
93 93
      * @return string
Please login to merge, or discard this patch.