phpstan-baseline-analysis
phpstan-baseline-analysis copied to clipboard
Analyzes PHPStan baseline files and creates aggregated error trend-reports
Updates the requirements on [tomasvotruba/type-coverage](https://github.com/TomasVotruba/type-coverage) to permit the latest version. Commits ab4f050 release PHP 7.2 downgraded 62159ca cs 7e58ca2 add declares to docs 6dd1347 cs 821a351 fix typo (#36) 7c5d8b1...
In the upcoming PHPStan 1.11 we'll see `// identifier:` comments. Could this be useful to further analyze the baseline? https://github.com/phpstan/phpstan-src/commit/4b32cac2d1b98c6af65c07041fdbc64e5d3f3baf
It's great that `phpstan-baseline-filter` supports reading a baseline from PHP format. But it would be great if it would then also write it back in PHP format, instead of the...
to read and write the same file within a [single pipe we need a hack](https://github.com/staabm/staabm.github.io/pull/104) maybe we should instead add a new option like `--out-file` or similar so we can...
atm the tool is able to analyze existing baselines and provide a summary as a result, grouped into categories: ``` Overall-Errors: 41 Classes-Cognitive-Complexity: 70 Deprecations: 2 Invalid-Phpdocs: 5 Unknown-Types: 1...
these errors should be counted as invalid hppdoc ``` ------ ---------------------------------------------------------------------- Line app/shared/controllers/KMCmsfrontendController.php ------ ---------------------------------------------------------------------- 8 PHPDoc tag @var has invalid value (DataLayerError|null;): Unexpected token ";", expected TOKEN_HORIZONTAL_WS at offset...
required for phpstan-complexity git overall history statistics
Updates the requirements on [nette/neon](https://github.com/nette/neon) to permit the latest version. Release notes Sourced from nette/neon's releases. Released version 3.4.3 Decoder: fixed JSON parsing with \n before comma Decoder: big integers...
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Release notes Sourced from phpstan/phpstan's releases. 1.11.9 Bleeding edge 🔪 RegularExpressionPatternRule: validate preg_quote'd patterns (#3270), thanks @staabm! No implicit wildcard...
Updates the requirements on [symfony/var-dumper](https://github.com/symfony/var-dumper) to permit the latest version. Release notes Sourced from symfony/var-dumper's releases. v7.1.2 Changelog (https://github.com/symfony/var-dumper/compare/v7.1.1...v7.1.2) bug symfony/symfony#57397 [VarDumper] Fix FFI caster test (@alexandre-daubois) Changelog Sourced from...