Skip to content

Commit 3f7b834

Browse files
Merge branch '5.1' into 5.2
* 5.1: Cleanup CI scripts fix code style fix code style take query and request parameters into account when matching routes mistake fix tests to run assertions on returned Crawler instances propagate groups to nested constraints
2 parents d34a8c6 + 2b347dd commit 3f7b834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DataCollector/SecurityDataCollectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ public function providerCollectDecisionLog(): \Generator
313313
*
314314
* @dataProvider providerCollectDecisionLog
315315
*/
316-
public function testCollectDecisionLog(string $strategy, array $decisionLog, array $voters, array $expectedVoterClasses, array $expectedDecisionLog): void
316+
public function testCollectDecisionLog(string $strategy, array $decisionLog, array $voters, array $expectedVoterClasses, array $expectedDecisionLog)
317317
{
318318
$accessDecisionManager = $this
319319
->getMockBuilder(TraceableAccessDecisionManager::class)

0 commit comments

Comments
 (0)