Passed
Push — master ( d487cc...3d4422 )
by Adrian Florin
02:34
created
src/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,6 +201,6 @@
 block discarded – undo
201 201
         if (false === $this->hasExtension()) {
202 202
             return $this->name;
203 203
         }
204
-        return $this->name . static::EXTENSION_SEPARATOR . $this->extension;
204
+        return $this->name.static::EXTENSION_SEPARATOR.$this->extension;
205 205
     }
206 206
 }
Please login to merge, or discard this patch.