Skip to content

Commit a163eed

Browse files
committed
fix code style
1 parent 503b6e8 commit a163eed

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
@@ -345,7 +345,7 @@ public function providerCollectDecisionLog(): \Generator
345345
*
346346
* @dataProvider providerCollectDecisionLog
347347
*/
348-
public function testCollectDecisionLog(string $strategy, array $decisionLog, array $voters, array $expectedVoterClasses, array $expectedDecisionLog): void
348+
public function testCollectDecisionLog(string $strategy, array $decisionLog, array $voters, array $expectedVoterClasses, array $expectedDecisionLog)
349349
{
350350
$accessDecisionManager = $this
351351
->getMockBuilder(TraceableAccessDecisionManager::class)

0 commit comments

Comments
 (0)