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

[4.x] Add PHPStan to test environment with max level #76

Merged
merged 2 commits into from
Jun 14, 2023

Conversation

clue
Copy link
Member

@clue clue commented Jun 13, 2023

This changeset adds PHPStan on max level to the test environment for all supported PHP versions. Unlike #64 runs the maximum level supported with all errors addressed without having to resort to a baseline. The changeset size seems reasonable and this does not other affect our public API, so this should be safe to apply.

If this PR is merged, I will backport the changes from v4 to v3. The changes are almost identical across all versions, but only v4 takes advantage of fibers (#15).

Builds on top of clue/framework-x#200, clue/framework-x#201 and #66
See also https://github.com/orgs/reactphp/discussions/469 and #40

@clue clue added this to the v4.1.0 milestone Jun 13, 2023
tests/AsyncTest.php Outdated Show resolved Hide resolved
phpstan.neon.dist Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants