@@ -198,7 +198,7 @@ discard block |
||
198 | 198 | * |
199 | 199 | * @return string |
200 | 200 | */ |
201 | - public function getClass(): ?string |
|
201 | + public function getClass(): ? string |
|
202 | 202 | { |
203 | 203 | return $this->class; |
204 | 204 | } |
@@ -324,7 +324,7 @@ discard block |
||
324 | 324 | { |
325 | 325 | return [] === $this->options |
326 | 326 | ? $this->fullType |
327 | - : $this->fullType.serialize($this->options); |
|
327 | + : $this->fullType . serialize($this->options); |
|
328 | 328 | } |
329 | 329 | |
330 | 330 | /** |