Skip to content

Commit 2b347dd

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: 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
2 parents 7b71902 + a163eed commit 2b347dd

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)