Completed
Push — master ( 9bb1a7...9f8480 )
by Helmut
06:35
created
src/Form.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -332,7 +332,7 @@  discard block
 block discarded – undo
332 332
     /**
333 333
      * Fill a model with values.
334 334
      *
335
-     * @param  object  $model
335
+     * @param  \stdClass  $model
336 336
      * @param  array  $names
337 337
      */
338 338
     public function fill($model, $names = null)
@@ -455,7 +455,7 @@  discard block
 block discarded – undo
455 455
      * Check if a type exists.
456 456
      *
457 457
      * @param  string  $type
458
-     * @return string
458
+     * @return boolean
459 459
      */
460 460
     public function typeExists($type)
461 461
     {
@@ -1070,7 +1070,7 @@  discard block
 block discarded – undo
1070 1070
      *
1071 1071
      * @param  string  $method
1072 1072
      * @param  array  $parameters
1073
-     * @return mixed
1073
+     * @return Fields\Field|null
1074 1074
      */
1075 1075
     public function __call($method, $parameters)
1076 1076
     {
Please login to merge, or discard this patch.