Matthias Alt

Results 5 comments of Matthias Alt

I think this is a good idea and should make things easier to understand.

@stevangoldduck Just guessing after having looked at the code, but maybe the empty values in `Birthday` could be a problem. The skipped value is only set [in the ResourceImporter](https://github.com/FriendsOfSylius/SyliusImportExportPlugin/blob/master/src/Importer/ResourceImporter.php#L112), if...

Maybe we can extract those methods to something like an `ImporterTrait` which can be used in all Importers.

Little update on this one, the problem seems to be a deprecated method call which is in v2.0.2 of the baseline. After forking the repository and using a version with...

I was trying to open a PR for this, but it seems impossible to make PR against the 2.0.2 version of the baseline. I think this would require some git...