Test Failed
Branch master (422ad1)
by Gabriel
11:08
created
src/_support/Page/AbstractTraits/FormTrait.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
 
99 99
     /**
100 100
      * @param $field
101
-     * @param $param
101
+     * @param string $param
102 102
      * @param null $form
103 103
      * @return mixed
104 104
      */
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
 
126 126
     /**
127 127
      * @param $field
128
-     * @param null $form
128
+     * @param null|string $form
129 129
      * @return mixed
130 130
      */
131 131
     public function getFieldFormPath($field, $form = null)
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
     }
227 227
 
228 228
     /**
229
-     * @param null $name
229
+     * @param null|string $name
230 230
      * @return $this
231 231
      */
232 232
     protected function initForm($name = null)
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
 
257 257
     /**
258 258
      * @param $field
259
-     * @param $type
259
+     * @param string $type
260 260
      * @param $params
261 261
      * @param null $name
262 262
      * @return $this
Please login to merge, or discard this patch.