reactphp / stream

Event-driven readable and writable streams for non-blocking I/O in ReactPHP.
https://reactphp.org/stream/
MIT License
618 stars 62 forks source link

Add PHPStan to test environment with `max` level #180

Closed clue closed 3 months ago

clue commented 3 months ago

This changeset adds PHPStan on max level to the test environment for all supported PHP versions as discussed in #173. It 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.

Builds on top of #178, #177, #175, #174, #172 and https://github.com/reactphp/async/pull/76