Skip to content
New issue

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

Fix github actions #739

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Fix github actions #739

wants to merge 5 commits into from

Conversation

raziel057
Copy link
Contributor

Fix large part of the github actions. We still have an issue with rector because we use the dry-run parameter and there is some diff.

In that case, from the following commit (rectorphp/rector#805), rector returns a Error: Process completed with exit code 2.

image

Update rector/rector to fix error when running ``vendor/bin/rector process --dry-run --ansi``

PHP Fatal error:  Uncaught _PHPStan_9a6ded56a\Nette\InvalidArgumentException: Missing parameter 'deprecationRulesInstalled'.
Remove missing NetteSetList

[ERROR] Class "Rector\Nette\Set\NetteSetList" not found
@raziel057
Copy link
Contributor Author

@TomasVotruba @VincentLanglet Please tell me what is expected for the rector check. Do you wants to update the code according to the diff provided by the command: vendor/bin/rector process --dry-run --ansi or it's preferable to ignore it for now?

I can remove the dry-run parameter but I'm not sure that it's what you wants.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant