@@ -39,7 +39,7 @@ |
||
39 | 39 | public function onStore(ImagineStoreEvent $event): void |
40 | 40 | { |
41 | 41 | $content = $event->binary->getContent(); |
42 | - [ $width, $height ] = getimagesizefromstring($content); |
|
42 | + [$width, $height] = getimagesizefromstring($content); |
|
43 | 43 | $fileSize = \strlen($content); |
44 | 44 | |
45 | 45 | $fileInfo = new FileInfo($event->path, $event->binary->getMimeType(), $fileSize, $width, $height, $event->filter); |