Completed
Push — master ( 203e38...2cdd54 )
by Gerrit
13:04
created
Tests/Mapping/Drivers/MappingXmlDriverTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
             'bar' => new ServiceMapping('other_service', false, "in file '{$mappingFilePath}'"),
65 65
             'baz' => new ChoiceMapping('baz_column', [
66 66
                 'lorem' => new ServiceMapping("lorem_service", false, "in file '{$mappingFilePath}'"),
67
-                'ipsum' => new ServiceMapping("ipsum_service", true,  "in file '{$mappingFilePath}'"),
67
+                'ipsum' => new ServiceMapping("ipsum_service", true, "in file '{$mappingFilePath}'"),
68 68
             ], "in file '{$mappingFilePath}'"),
69 69
             'faz' => new ChoiceMapping(new Column("faz_column", Type::getType('string'), ['notnull' => true]), [
70 70
                 'lorem' => new ServiceMapping("lorem_service", false, "in file '{$mappingFilePath}'"),
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
                 new CallDefinition("createValueObject", "@value_object.factory", [
130 130
                     new ChoiceMapping('baz_column', [
131 131
                         'lorem' => new ServiceMapping("lorem_service", false, "in file '{$mappingFilePath}'"),
132
-                        'ipsum' => new ServiceMapping("ipsum_service", true,  "in file '{$mappingFilePath}'"),
132
+                        'ipsum' => new ServiceMapping("ipsum_service", true, "in file '{$mappingFilePath}'"),
133 133
                     ], "in file '{$mappingFilePath}'")
134 134
                 ])
135 135
             ),
Please login to merge, or discard this patch.