Completed
Push — master ( 4d3c9c...4a4bf4 )
by Gerrit
02:32
created
Tests/Mapping/Drivers/MappingXmlDriverTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
             'bar' => new ServiceMapping('other_service', false, "in file '{$mappingFilePath}'"),
60 60
             'baz' => new ChoiceMapping('baz_column', [
61 61
                 'lorem' => new ServiceMapping("lorem_service", false, "in file '{$mappingFilePath}'"),
62
-                'ipsum' => new ServiceMapping("ipsum_service", true,  "in file '{$mappingFilePath}'"),
62
+                'ipsum' => new ServiceMapping("ipsum_service", true, "in file '{$mappingFilePath}'"),
63 63
             ], "in file '{$mappingFilePath}'"),
64 64
             'faz' => new ChoiceMapping(new Column("faz_column", Type::getType('string'), ['notnull' => true]), [
65 65
                 'lorem' => new ServiceMapping("lorem_service", false, "in file '{$mappingFilePath}'"),
Please login to merge, or discard this patch.