@@ -64,7 +64,7 @@ discard block |
||
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 |
||
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 | ), |