Skip to content

Commit 4bf7788

Browse files
committed
Fix style
1 parent f7a64b2 commit 4bf7788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Tests/DataCollector/CacheDataCollectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function testSaveDeferredEventWithExplicitCommitDataCollector()
116116

117117
$statistics = $this->getCacheDataCollectorStatisticsFromEvents([
118118
$traceableAdapterSaveDeferredEvent,
119-
$traceableAdapterCommitEvent
119+
$traceableAdapterCommitEvent,
120120
]);
121121

122122
$this->assertSame(2, $statistics[self::INSTANCE_NAME]['calls'], 'calls');

0 commit comments

Comments
 (0)