Call to undefined method Symfony\Component\Cache\Adapter\Psr16Adapter::set()#199
Conversation
marcoscano
left a comment
There was a problem hiding this comment.
This looks good to me. I wonder if there are other places in the library that are no longer compatible, but I think we'll end up finding out as we move forward. I am OK doing it iteratively.
There is a failure in CircleCI code inspections but I am not sure if they come from this PR, maybe we can try to fix it before merging if that's the case?
The command being run in CI is:
vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --dry-run --using-cache=no --path-mode=intersection -- src tests
The tests issue is not related to the changes in this PR as |
No description provided.