Completed
Pull Request — master (#266)
by Rudie
08:26
created
src/Kris/LaravelFormBuilder/Form.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -476,7 +476,7 @@  discard block
 block discarded – undo
476 476
      * Set single form option on form.
477 477
      *
478 478
      * @param string $option
479
-     * @param mixed $value
479
+     * @param boolean $value
480 480
      *
481 481
      * @return $this
482 482
      */
@@ -908,7 +908,7 @@  discard block
 block discarded – undo
908 908
     /**
909 909
      * Get template from options if provided, otherwise fallback to config.
910 910
      *
911
-     * @return mixed
911
+     * @return string
912 912
      */
913 913
     protected function getTemplate()
914 914
     {
@@ -918,7 +918,7 @@  discard block
 block discarded – undo
918 918
     /**
919 919
      * Get fields template from options if provided, otherwise fallback to config
920 920
      *
921
-     * @return mixed
921
+     * @return string
922 922
      */
923 923
     protected function getFieldsTemplate()
924 924
     {
Please login to merge, or discard this patch.