@@ -28,7 +28,7 @@ |
||
28 | 28 | * |
29 | 29 | * @return string |
30 | 30 | */ |
31 | - public function getType(): ?string; |
|
31 | + public function getType(): ? string; |
|
32 | 32 | |
33 | 33 | /** |
34 | 34 | * Returns true if the type matches the class, parent, full type, or one of the interfaces |