| @@ -108,7 +108,7 @@ | ||
| 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 | */ | 
| @@ -730,7 +730,7 @@ discard block | ||
| 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 | ||
| 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 | ||
| 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 |      { |