Skip to content

Commit 77bf002

Browse files
Fix cs (#1227)
1 parent 4eca9f8 commit 77bf002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Profiler/DataCollector/BlockDataCollectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class BlockDataCollectorTest extends TestCase
2626
{
2727
public function testBlockDataCollector(): void
2828
{
29-
$blockHelper = $this->createStub(BlockHelper::class);
29+
$blockHelper = static::createStub(BlockHelper::class);
3030
$objectForBlock = new \DateTime();
3131

3232
$blockDataCollector = new BlockDataCollector($blockHelper, ['container']);

0 commit comments

Comments
 (0)