@@ -81,7 +81,7 @@ |
||
| 81 | 81 | * |
| 82 | 82 | * @return null|string |
| 83 | 83 | */ |
| 84 | - public function getClassForType(string $type):?string |
|
| 84 | + public function getClassForType(string $type): ?string |
|
| 85 | 85 | { |
| 86 | 86 | if (isset($this->typeMap[$type])) { |
| 87 | 87 | return $this->typeMap[$type]; |