@@ -430,7 +430,7 @@ |
||
| 430 | 430 | { |
| 431 | 431 | $parts = Tools::explodeTemplateStringToArray($template); |
| 432 | 432 | array_walk( |
| 433 | - $parts, function (&$value) use ($spaces) { |
|
| 433 | + $parts, function(&$value) use ($spaces) { |
|
| 434 | 434 | $value = str_pad($value, strlen($value) + (int) $spaces, " ", STR_PAD_LEFT); |
| 435 | 435 | } |
| 436 | 436 | ); |
@@ -580,6 +580,6 @@ |
||
| 580 | 580 | throw new Exception("This is not object type"); |
| 581 | 581 | } |
| 582 | 582 | |
| 583 | - return "\\" . $this->getTypeName(); |
|
| 583 | + return "\\".$this->getTypeName(); |
|
| 584 | 584 | } |
| 585 | 585 | } |