@@ -101,6 +101,6 @@ |
||
| 101 | 101 | */ |
| 102 | 102 | public function getText(): string |
| 103 | 103 | { |
| 104 | - return self::$textForCode[(int)$this->getValue()]; |
|
| 104 | + return self::$textForCode[(int) $this->getValue()]; |
|
| 105 | 105 | } |
| 106 | 106 | } |
| 107 | 107 | \ No newline at end of file |