You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package has no declared composer dependencies on Magento, yet in 6d25b49 a dependency is hardcoded.
This means that it cannot be considered anymore as a standalone implementation of upward in PHP.
Following Dependency Inversion principle we should create an interface which \Magento\UpwardConnector\Model\ComputedPool implements, or make \Magento\UpwardConnector\Model\ComputedPool part of the magento/upward-php together with \Magento\UpwardConnector\Api\ComputedInterface.
The text was updated successfully, but these errors were encountered:
This package has no declared composer dependencies on Magento, yet in 6d25b49 a dependency is hardcoded.
This means that it cannot be considered anymore as a standalone implementation of upward in PHP.
Following Dependency Inversion principle we should create an interface which
\Magento\UpwardConnector\Model\ComputedPool
implements, or make\Magento\UpwardConnector\Model\ComputedPool
part of themagento/upward-php
together with\Magento\UpwardConnector\Api\ComputedInterface
.The text was updated successfully, but these errors were encountered: