Crell / ApiProblem

A simple implementation of the api-problem specification. Includes PSR-15 support.
MIT License
239 stars 21 forks source link

Fix errors detected by PHPStan #27

Closed szepeviktor closed 5 years ago

szepeviktor commented 5 years ago

@Crell Try using phpstan analyze -l max src/ tests/

Crell commented 5 years ago

Thanks, @szepeviktor!

szepeviktor commented 5 years ago

You're welcome.