Completed
Pull Request — master (#27)
by ARCANEDEV
03:40
created
src/Traits/Componentable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
      * @param  string  $method
109 109
      * @param  array   $parameters
110 110
      *
111
-     * @return \Illuminate\Support\HtmlString|mixed
111
+     * @return HtmlString
112 112
      *
113 113
      * @throws \BadMethodCallException
114 114
      */
Please login to merge, or discard this patch.
src/FormBuilder.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -730,7 +730,7 @@  discard block
 block discarded – undo
730 730
      * Create a checkbox input field.
731 731
      *
732 732
      * @param  string     $name
733
-     * @param  mixed      $value
733
+     * @param  integer      $value
734 734
      * @param  bool|null  $checked
735 735
      * @param  array      $attributes
736 736
      *
@@ -863,7 +863,7 @@  discard block
 block discarded – undo
863 863
      * @param  mixed      $value
864 864
      * @param  bool|null  $checked
865 865
      *
866
-     * @return bool
866
+     * @return boolean|null
867 867
      */
868 868
     private function getCheckedState($type, $name, $value, $checked)
869 869
     {
@@ -886,7 +886,7 @@  discard block
 block discarded – undo
886 886
      * @param  mixed      $value
887 887
      * @param  bool|null  $checked
888 888
      *
889
-     * @return bool
889
+     * @return boolean|null
890 890
      */
891 891
     private function getCheckboxCheckedState($name, $value, $checked)
892 892
     {
Please login to merge, or discard this patch.