Skip to content

Commit 29eb598

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: Fix named arguments in data providers Make more data providers static fix merge Mutate remaining data providers to static ones
2 parents 91eca34 + f4b145d commit 29eb598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Authorization/TraceableAccessDecisionManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public static function provideObjectsAndLogs(): \Generator
116116
'result' => true,
117117
'voterDetails' => [],
118118
]],
119-
'attributes' => [12],
119+
[12],
120120
12345,
121121
[],
122122
true,

0 commit comments

Comments
 (0)