Passed
Push — main ( 3b40c1...b711d3 )
by Peter
07:24
created
tests/Bootstrappers/Authorization/EnforcerBootstrapperTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 
35 35
         file_put_contents('/tmp/model.conf', '');
36 36
 
37
-        $mockAdapter    = $this->getMockBuilder(CombinedAdapter::class)->disableOriginalConstructor()->getMock();
37
+        $mockAdapter = $this->getMockBuilder(CombinedAdapter::class)->disableOriginalConstructor()->getMock();
38 38
 
39 39
         $container = new Container();
40 40
         $container->bindInstance(CombinedAdapter::class, $mockAdapter);
Please login to merge, or discard this patch.