@@ -201,6 +201,6 @@ |
||
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 | } |