reactphp / filesystem

Evented filesystem access.
MIT License
135 stars 40 forks source link

Set up PHPStan on GitHub Actions #113

Closed nhedger closed 1 year ago

nhedger commented 1 year ago

This PR sets up PHPStan to run on GitHub Actions, as discussed in discussions#469.

Overview

Baseline

Because this PR aims to set up PHPStan and not address the errors it reports, I've generated a baseline to make the pipeline succeed. We'll then be able to incrementally fix the problems in future PRs.

clue commented 1 year ago

For the reference: It looks like this wasn't closed intentionally (as discussed in https://github.com/reactphp/async/pull/64). We've recently started applying PHPStan on max level into our projects with https://github.com/reactphp/async/pull/76 and we'll go ahead with this and apply PHPStan on max level to all our projects in the future.

Thank you very much for your contribution and sparking this discussion! :+1: