Completed
Push — master ( dded7e...74802b )
by Maxim
04:10
created
src/Weew/EchoServer/EchoServer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
             $trunk = str_replace(['/', '.'], '', $trunk);
67 67
 
68 68
             if (strlen($trunk) > 0) {
69
-                $path =  path($this->trunksPath, $trunk . '.txt');
69
+                $path = path($this->trunksPath, $trunk . '.txt');
70 70
 
71 71
                 if ( ! file_exists($path)) {
72 72
                     file_create($path);
Please login to merge, or discard this patch.