Completed
Pull Request — develop (#2)
by Tom Van
03:06
created
src/Reader/Mapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * {@inheritDoc}
34 34
      */
35
-    public function map(array $input, MetadataInterface &$output)
35
+    public function map(array $input, MetadataInterface & $output)
36 36
     {
37 37
         $this->mapArray($input, $output);
38 38
 
Please login to merge, or discard this patch.