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
I just run composer update in CodeIgniter4 project, and re-run the vendor/bin/rector process got the following error:
CodeIgniter4
vendor/bin/rector process
[ERROR] Interface 'Symplify\RuleDocGenerator\Contract\DocumentedRuleInterface' not found
works.
The text was updated successfully, but these errors were encountered:
@TomasVotruba the interface seems no longer exists ? https://github.com/symplify/rule-doc-generator/tree/99f76879fbba6ce9698355e06b54c79857a8e565/src
Sorry, something went wrong.
The interface seems still exists in symplify/rule-doc-generator 9.2.11, and it removed in symplify/rule-doc-generator 9.2.12
symplify/rule-doc-generator
Updated Rector to commit 22d6fc2789f575fff16e76e7c7f963793e11f53b
8172597
rectorphp/rector-src@22d6fc2 [TypeDeclaration] Add ReturnTypeFromSymfonySerializerRector (#5908)
Successfully merging a pull request may close this issue.
Bug Report
Minimal PHP Code Causing Issue
I just run composer update in
CodeIgniter4
project, and re-run thevendor/bin/rector process
got the following error:[ERROR] Interface 'Symplify\RuleDocGenerator\Contract\DocumentedRuleInterface' not found
Expected Behaviour
works.
The text was updated successfully, but these errors were encountered: