@@ -30,7 +30,7 @@ |
||
30 | 30 | |
31 | 31 | public function getFormattedValue(): string |
32 | 32 | { |
33 | - return $this->angle . '″'; |
|
33 | + return $this->angle.'″'; |
|
34 | 34 | } |
35 | 35 | |
36 | 36 | public function getUnitName(): string |
@@ -32,7 +32,7 @@ |
||
32 | 32 | |
33 | 33 | public function getFormattedValue(): string |
34 | 34 | { |
35 | - return $this->angle . '°'; |
|
35 | + return $this->angle.'°'; |
|
36 | 36 | } |
37 | 37 | |
38 | 38 | public function getUnitName(): string |
@@ -12,6 +12,6 @@ |
||
12 | 12 | { |
13 | 13 | public function __construct(int $epsgCode) |
14 | 14 | { |
15 | - parent::__construct('Unknown EPSG code: ' . $epsgCode, $epsgCode); |
|
15 | + parent::__construct('Unknown EPSG code: '.$epsgCode, $epsgCode); |
|
16 | 16 | } |
17 | 17 | } |