@@ -102,7 +102,7 @@ |
||
102 | 102 | private function getResolutions(): array |
103 | 103 | { |
104 | 104 | $resolutions = []; |
105 | - if(!method_exists($this->export, 'getRepresentations')){ |
|
105 | + if (!method_exists($this->export, 'getRepresentations')) { |
|
106 | 106 | return $resolutions; |
107 | 107 | } |
108 | 108 |