Skip to content

Commit

Permalink
Fix named arguments in data providers
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Sep 20, 2024
1 parent 4ad9146 commit 8c7e521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Authorization/TraceableAccessDecisionManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public static function provideObjectsAndLogs(): \Generator
'result' => true,
'voterDetails' => [],
]],
'attributes' => [12],
[12],
12345,
[],
true,
Expand Down

0 comments on commit 8c7e521

Please sign in to comment.