Skip to content

Commit

Permalink
Merge pull request #5495 from PengYilong/php70
Browse files Browse the repository at this point in the history
fix declaration of Encore\Admin\Form\Field\Checkbox::groups
  • Loading branch information
jxlwqq committed Dec 31, 2021
2 parents 60038d6 + a9e4906 commit 7863af7
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 7863af7

Please sign in to comment.