@@ -20,7 +20,7 @@ |
||
| 20 | 20 | |
| 21 | 21 | public function get(): ?string |
| 22 | 22 | { |
| 23 | - if (! $this->has()) { |
|
| 23 | + if (!$this->has()) { |
|
| 24 | 24 | return null; |
| 25 | 25 | } |
| 26 | 26 | |