@@ -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]; |
@@ -68,7 +68,7 @@ |
||
| 68 | 68 | |
| 69 | 69 | $config = [ |
| 70 | 70 | 'types' => Types::all(), |
| 71 | - 'typeLoader' => function ($name) { |
|
| 71 | + 'typeLoader' => function($name) { |
|
| 72 | 72 | return Types::get($name); |
| 73 | 73 | }, |
| 74 | 74 | ]; |