Roman Rudavskyi
Roman Rudavskyi
### Steps to reproduce 1. Use Zend_Validate in your extension 2. Validate extension with the last (26) version of Magento Coding Standard ### Expected result 1. Extension is not valid...
This pull request adds a transformer sequence validator based on the discussion in issue #219 The current realization is only a prototype, it has some differences from the initial proposal.
What do you think about adding a possibility to have custom dependencies in Custom Transformer? We can allow passing the already created object of Transformer into configuration instead of the...