@@ -137,7 +137,7 @@ |
||
| 137 | 137 | * @return PackerInterface|null |
| 138 | 138 | * @throws BindingResolutionException |
| 139 | 139 | */ |
| 140 | - protected function detectPacker(array $configure): PackerInterface|null |
|
| 140 | + protected function detectPacker(array $configure): PackerInterface | null |
|
| 141 | 141 | { |
| 142 | 142 | if (!is_null($configure['packer']) && class_exists($configure['packer'])) { |
| 143 | 143 | // @phpstan-ignore-next-line |