Passed
Push — main ( 553901...2dc647 )
by Peter
03:04
created
tests/Bootstrappers/Authorization/EnforcerBootstrapperTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         Environment::setVar(Env::DIR_AUTH_CONFIG, '/tmp');
45 45
         Environment::setVar(Env::ENV_NAME, 'foo');
46 46
 
47
-        file_put_contents('/tmp/model.conf',  static::ACL);
47
+        file_put_contents('/tmp/model.conf', static::ACL);
48 48
 
49 49
         $mockAdapter = $this->getMockBuilder(CombinedAdapter::class)->disableOriginalConstructor()->getMock();
50 50
 
Please login to merge, or discard this patch.