supermetrics/phpstan-error-formatter-md

PHPStan error formatter to output errors in Markdown format

Installs: 209

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

pkg:composer/supermetrics/phpstan-error-formatter-md

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

This package is auto-updated.

Last update: 2025-10-07 23:58:51 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