Completed
Pull Request — master (#14)
by ARCANEDEV
15:48
created
src/FormBuilder.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
     /**
111 111
      * Get the session store implementation.
112 112
      *
113
-     * @return  \Illuminate\Session\SessionInterface
113
+     * @return  Session
114 114
      */
115 115
     public function getSessionStore()
116 116
     {
@@ -850,7 +850,7 @@  discard block
 block discarded – undo
850 850
      * Create a checkbox input field.
851 851
      *
852 852
      * @param  string     $name
853
-     * @param  mixed      $value
853
+     * @param  integer      $value
854 854
      * @param  bool|null  $checked
855 855
      * @param  array      $options
856 856
      *
@@ -910,7 +910,7 @@  discard block
 block discarded – undo
910 910
      * @param  mixed      $value
911 911
      * @param  bool|null  $checked
912 912
      *
913
-     * @return bool
913
+     * @return boolean|null
914 914
      */
915 915
     private function getCheckedState($type, $name, $value, $checked)
916 916
     {
@@ -933,7 +933,7 @@  discard block
 block discarded – undo
933 933
      * @param  mixed      $value
934 934
      * @param  bool|null  $checked
935 935
      *
936
-     * @return bool
936
+     * @return boolean|null
937 937
      */
938 938
     private function getCheckboxCheckedState($name, $value, $checked)
939 939
     {
Please login to merge, or discard this patch.