jdecool/phpstan-report

Enhance PHPStan analysis by providing report analysis

0.3.3 2024-09-17 14:58 UTC

This package is auto-updated.

Last update: 2024-09-19 19:06:38 UTC


README

Build Status License Latest Stable Version Latest Unstable Version

A simple wrapper around PHPStan to extract some useful information from the report.

Installation

composer require --dev jdecool/phpstan-report

Usage

Run the phpstan-report analyze command like you would run the phpstan analyze command.

You can change the output format using the --format option. The available formats are text and json.