@@ -134,6 +134,6 @@ |
||
| 134 | 134 | } |
| 135 | 135 | } |
| 136 | 136 | |
| 137 | - return '(' . implode(', ', $values) . ')'; |
|
| 137 | + return '('.implode(', ', $values).')'; |
|
| 138 | 138 | } |
| 139 | 139 | } |
@@ -86,6 +86,6 @@ |
||
| 86 | 86 | } |
| 87 | 87 | } |
| 88 | 88 | |
| 89 | - return '(' . implode(', ', $values) . ')'; |
|
| 89 | + return '('.implode(', ', $values).')'; |
|
| 90 | 90 | } |
| 91 | 91 | } |
@@ -46,12 +46,12 @@ |
||
| 46 | 46 | |
| 47 | 47 | public function getFormattedValue(): string |
| 48 | 48 | { |
| 49 | - return $this->change->getValue() . ' ' . $this->change->getUnitName() . ' per ' . $this->time->getUnitName(); |
|
| 49 | + return $this->change->getValue().' '.$this->change->getUnitName().' per '.$this->time->getUnitName(); |
|
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | public function getUnitName(): string |
| 53 | 53 | { |
| 54 | - return $this->change->getUnitName() . ' per ' . $this->time->getUnitName(); |
|
| 54 | + return $this->change->getUnitName().' per '.$this->time->getUnitName(); |
|
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | public function __toString(): string |
@@ -87,6 +87,6 @@ |
||
| 87 | 87 | } |
| 88 | 88 | } |
| 89 | 89 | |
| 90 | - return '(' . implode(', ', $values) . ')'; |
|
| 90 | + return '('.implode(', ', $values).')'; |
|
| 91 | 91 | } |
| 92 | 92 | } |
@@ -87,6 +87,6 @@ |
||
| 87 | 87 | } |
| 88 | 88 | } |
| 89 | 89 | |
| 90 | - return '(' . implode(', ', $values) . ')'; |
|
| 90 | + return '('.implode(', ', $values).')'; |
|
| 91 | 91 | } |
| 92 | 92 | } |