Completed
Push — master ( 78db53...7d214b )
by Cheren
02:18
created
src/View/Helper/FormHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Cake\View\View;
20 20
 use JBZoo\Data\Data;
21 21
 use JBZoo\Utils\Arr;
22
-use JBZoo\Utils\Str;
23 22
 use Cake\View\Helper;
24 23
 use Cake\Utility\Hash;
25 24
 use Cake\Core\Configure;
Please login to merge, or discard this patch.
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
168
+     * @param   string $type
169 169
      * @param   string|int $value
170 170
      * @return  null|string
171 171
      */
Please login to merge, or discard this patch.