Skip to content

Commit 4a4b716

Browse files
committed
MC-33275: Stale cache implementation
1 parent f4d6b83 commit 4a4b716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Test/Unit/Cache/InMemoryStateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class InMemoryStateTest extends TestCase
1717
/** @var InMemoryState */
1818
private $state;
1919

20-
protected function setUp()
20+
protected function setUp(): void
2121
{
2222
$this->state = new InMemoryState();
2323
}

0 commit comments

Comments
 (0)