Skip to content

Commit

Permalink
Merge pull request #1 from ngtfkx/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
ngtfkx committed Aug 29, 2017
2 parents 18e20f0 + 6ed5431 commit d2f848d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FormBuilder.php
Expand Up @@ -320,7 +320,7 @@ public function checkbox(string $name = null, ?string $value = '1', ?bool $state
* @param string|null $name
* @param string|null $value
* @param bool|null $state
* @return Elements\Radio
* @return Elements\Checked\Radio
*/
public function radio(string $name = null, ?string $value = '1', ?bool $state = false): Elements\Checked\Radio
{
Expand Down

0 comments on commit d2f848d

Please sign in to comment.