Test Failed
Push — master ( 559276...4e9978 )
by Mathias
06:15
created
index.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,13 +5,13 @@
 block discarded – undo
5 5
 $badFileName = "C:\\mydir\\";
6 6
 
7 7
 $result = Path::changeExtension($goodFileName, ".old");
8
-echo $result . PHP_EOL;
8
+echo $result.PHP_EOL;
9 9
 
10 10
 $result = Path::changeExtension($goodFileName, "");
11
-echo $result . PHP_EOL;
11
+echo $result.PHP_EOL;
12 12
 
13 13
 $result = Path::changeExtension($badFileName, ".old");
14
-echo $result . PHP_EOL;
14
+echo $result.PHP_EOL;
15 15
 
16 16
 // This code produces output similar to the following:
17 17
 //
Please login to merge, or discard this patch.