supermetrics/phpstan-error-formatter-md

PHPStan error formatter to output errors in Markdown format

v1.0.2 2020-08-05 07:02 UTC

This package is auto-updated.

Last update: 2024-09-07 21:14:37 UTC


README

Output errors as Markdown with PHPStan.

Install

Install this package with

composer require supermetrics/phpstan-error-formatter-md

Configuration

In your phpstan.neon add configuration

services:
    errorFormatter.markdown:
        class: Supermetrics\PHPStan\Command\ErrorFormatter\MarkdownErrorFormatter

Usage

phpstan --error-format=markdown analyse src