@@ -58,7 +58,7 @@ |
||
58 | 58 | $cacheFrontendProphecy = $this->prophesize(); |
59 | 59 | $cacheFrontendProphecy->willImplement(FrontendInterface::class); |
60 | 60 | $cacheFrontendProphecy->getIdentifier()->willReturn('cache_pages'); |
61 | - $cacheFrontendProphecy->getBackend()->will(function () use ($cacheBackendProphecy) { |
|
61 | + $cacheFrontendProphecy->getBackend()->will(function() use ($cacheBackendProphecy) { |
|
62 | 62 | return $cacheBackendProphecy->reveal(); |
63 | 63 | }); |
64 | 64 |