Passed
Push — master ( 48a312...0047b7 )
by Caen
07:32 queued 04:07
created
packages/realtime-compiler/tests/RealtimeCompilerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
         define('BASE_PATH', realpath(__DIR__.'/../../../'));
22 22
 
23
-        if (BASE_PATH === false || ! file_exists(BASE_PATH.'/hyde')) {
23
+        if (BASE_PATH === false || !file_exists(BASE_PATH.'/hyde')) {
24 24
             throw new InvalidArgumentException('This test suite must be run from the root of the hydephp/develop monorepo.');
25 25
         }
26 26
     }
Please login to merge, or discard this patch.