Passed
Push — master ( 220de3...37ea2e )
by Amin
13:48
created
src/Metadata.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.