Declaration with ...FileLoader::getProxyInitializer() must be compatibile with src/ProxyManager/Proxy/LazyLoadingInterface.php
Tomanhez opened this issue · 0 comments
Tomanhez commented
Its not bug, but maybe someone will need this tip:
Affected in Sylius:
Update from ocramius/proxy-manager
to friendsofphp/proxy-manager-lts
causes error with return type on getProxyInitializer() method in src/ProxyManager/Proxy/LazyLoadingInterface.php - tip: clear:cache
is not enough but rm -fr var/cache
fix this problem.