Passed
Push — main ( 6d7bd8...b9bb24 )
by Slawomir
04:03
created
tests/TestUtils/Contracts/ApplicationEventContractLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
     protected function getContractsPath(): string
33 33
     {
34
-        return dirname(__FILE__) . '/../../../contracts';
34
+        return dirname(__FILE__).'/../../../contracts';
35 35
     }
36 36
 
37 37
     public static abstract function fail(string $message);
Please login to merge, or discard this patch.