Completed
Push — master ( 37b207...7906ee )
by Helmut
37:09
created
src/Form.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -236,7 +236,6 @@  discard block
 block discarded – undo
236 236
     /**
237 237
      * Add default models to the form.
238 238
      *
239
-     * @param  mixed  $model
240 239
      * @return void
241 240
      */
242 241
     public function defaults() 
@@ -333,7 +332,7 @@  discard block
 block discarded – undo
333 332
     /**
334 333
      * Fill a model with values.
335 334
      *
336
-     * @param  object  $model
335
+     * @param  \stdClass  $model
337 336
      * @param  array  $names
338 337
      */
339 338
     public function fill($model, $names = null)
@@ -456,7 +455,7 @@  discard block
 block discarded – undo
456 455
      * Check if a type exists.
457 456
      *
458 457
      * @param  string  $type
459
-     * @return string
458
+     * @return boolean
460 459
      */
461 460
     public function typeExists($type)
462 461
     {
@@ -1071,7 +1070,7 @@  discard block
 block discarded – undo
1071 1070
      *
1072 1071
      * @param  string  $method
1073 1072
      * @param  array  $parameters
1074
-     * @return mixed
1073
+     * @return Fields\Field|null
1075 1074
      */
1076 1075
     public function __call($method, $parameters)
1077 1076
     {
Please login to merge, or discard this patch.