Passed
Push — master ( bcce02...697a72 )
by Amin
02:05
created
src/Metadata.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
             return [];
105 105
         }
106 106
 
107
-        return array_map([$this, 'repToArray'], $this->export->getRepresentations() );
107
+        return array_map([$this, 'repToArray'], $this->export->getRepresentations());
108 108
     }
109 109
 
110 110
 
Please login to merge, or discard this patch.