@@ -23,7 +23,7 @@ |
||
23 | 23 | /** @return string |
24 | 24 | */ |
25 | 25 | public function Compile() { |
26 | - return $this->GetType() . $this->contents; |
|
26 | + return $this->GetType().$this->contents; |
|
27 | 27 | } |
28 | 28 | |
29 | 29 | /// @brief Gets the block's contents |