Skip to content

Commit

Permalink
Fix issue in type hinting on UserCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Mar 21, 2024
1 parent d920ac5 commit 1999b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixture/Checks/UserCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function labels()
* @param array<string, mixed> $data
* @return array<string, string>
*/
public function rules(array $data)
public function rules($data)
{
$rules = array('name' => 'required');

Expand Down

0 comments on commit 1999b31

Please sign in to comment.