We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112c4a1 commit d2e8610Copy full SHA for d2e8610
1 file changed
Tests/IntegrationTest.php
@@ -29,7 +29,7 @@ public function getExtensions()
29
protected function getRuntimeLoaders()
30
{
31
return [
32
- new class() implements RuntimeLoaderInterface {
+ new class implements RuntimeLoaderInterface {
33
public function load(string $class): ?object
34
35
return CacheRuntime::class === $class ? new CacheRuntime(new ArrayAdapter()) : null;
0 commit comments