Completed
Push — master ( 602ed2...65c5ec )
by Helmut
04:29
created
src/Form.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -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
     {
@@ -985,7 +985,7 @@  discard block
 block discarded – undo
985 985
     /**
986 986
      * Get autoload path for a class.
987 987
      *
988
-     * @param  string|object  $class
988
+     * @param  Field  $class
989 989
      * @return string
990 990
      */
991 991
     public function pathForClass($class)
@@ -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.