Completed
Push — master ( 25b073...1592a3 )
by ARCANEDEV
13s
created
src/FormBuilder.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -843,7 +843,7 @@  discard block
 block discarded – undo
843 843
      * Create a checkbox input field.
844 844
      *
845 845
      * @param  string     $name
846
-     * @param  mixed      $value
846
+     * @param  integer      $value
847 847
      * @param  bool|null  $checked
848 848
      * @param  array      $options
849 849
      *
@@ -903,7 +903,7 @@  discard block
 block discarded – undo
903 903
      * @param  mixed      $value
904 904
      * @param  bool|null  $checked
905 905
      *
906
-     * @return bool
906
+     * @return boolean|null
907 907
      */
908 908
     private function getCheckedState($type, $name, $value, $checked)
909 909
     {
@@ -926,7 +926,7 @@  discard block
 block discarded – undo
926 926
      * @param  mixed      $value
927 927
      * @param  bool|null  $checked
928 928
      *
929
-     * @return bool
929
+     * @return boolean|null
930 930
      */
931 931
     private function getCheckboxCheckedState($name, $value, $checked)
932 932
     {
Please login to merge, or discard this patch.