Passed
Push — master ( f489bf...0329fc )
by Benjamin
01:59
created
Tests/Unit/SetPageCacheHookTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.