Skip to content

Commit

Permalink
fix declaration of Encore\Admin\Form\Field\Checkbox::groups
Browse files Browse the repository at this point in the history
  • Loading branch information
abyssgoing committed Dec 31, 2021
1 parent 60038d6 commit a9e4906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/Field/Checkbox.php
Expand Up @@ -66,7 +66,7 @@ public function canCheckAll()
*
* @return $this
*/
public function groups($groups = [])
public function groups(array $groups = [])
{
$this->groups = $groups;

Expand Down

0 comments on commit a9e4906

Please sign in to comment.