Skip to content

Commit dbeb09f

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: add missing namespace declaration Fix named arguments in data providers [FrameworkBundle] Do not access the container when the kernel is shut down
2 parents 243d5bb + 8c7e521 commit dbeb09f

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)