Completed
Push — master ( 71559c...571822 )
by Cheren
05:16
created
src/View/Helper/Traits/HelperTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
      * Create current icon.
63 63
      *
64 64
      * @param   HtmlHelper $html
65
-     * @param   string|int $title
65
+     * @param   string|null $title
66 66
      * @param   array $options
67 67
      * @return  array
68 68
      */
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
     /**
166 166
      * Prepare before after content for input container.
167 167
      *
168
-     * @param   string|int $type    Set before or after flag.
168
+     * @param   string $type    Set before or after flag.
169 169
      * @param   string|int $value
170 170
      * @return  null|string
171 171
      */
Please login to merge, or discard this patch.