Passed
Push — master ( c3cd4c...9bb503 )
by Caen
06:42 queued 03:13
created
monorepo/scripts/ping-openanalytics-testrunner.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 $runner = $argv[1] ?? exit(400);
13 13
 $token = $argv[2] ?? exit(400);
14 14
 
15
-if (! file_exists('report.xml')) {
15
+if (!file_exists('report.xml')) {
16 16
     exit(404);
17 17
 }
18 18
 
Please login to merge, or discard this patch.