We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g. Symfony 3.0
The __toString() method of the \Symfony\Component\Config\ConfigCache class was removed in favor of the new getPath() method.
__toString()
\Symfony\Component\Config\ConfigCache
getPath()
The text was updated successfully, but these errors were encountered:
6787673
Updated Rector to commit b90952f
7313b64
rectorphp/rector-src@b90952f Let Rector upgrade itself to PHP 8 🤖😇 (#123)
Let Rector upgrade itself to PHP 8 🤖😇 (rectorphp#123)
b90952f
No branches or pull requests
E.g. Symfony 3.0
The
__toString()
method of the\Symfony\Component\Config\ConfigCache
class was removed in favor of the newgetPath()
method.The text was updated successfully, but these errors were encountered: