When this pull request is merged, it will make the module backward compatible with Magento 2.1 and 2.2 by supplying a setup_version in the etc/module.xml file.
Besides this it mainly removes unused imports, adds undeclared fields and adds imports and nicer aliases for classes that where used with the fully qualified class name.
Finally it also removes an interface violation where the method getFullActionName() was called on the interface \Magento\Framework\App\RequestInterface when it only exists on the implementation \Magento\Framework\App\Request\Http.
This PR is a:
Summary
When this pull request is merged, it will make the module backward compatible with Magento 2.1 and 2.2 by supplying a
setup_version
in theetc/module.xml
file.Besides this it mainly removes unused imports, adds undeclared fields and adds imports and nicer aliases for classes that where used with the fully qualified class name.
Finally it also removes an interface violation where the method
getFullActionName()
was called on the interface\Magento\Framework\App\RequestInterface
when it only exists on the implementation\Magento\Framework\App\Request\Http
.Related Issue #7