We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c9b01 commit 2fac989Copy full SHA for 2fac989
README.md
@@ -0,0 +1,19 @@
1
+<p align="center">
2
+ A minimalistic error formatter for PHPStan
3
+</p>
4
+
5
+------
6
7
+## Installation
8
9
+```command
10
+$ composer require ticketswap/phpstan-error-formatter
11
+```
12
13
+## Usage
14
15
+Configure PHPStan to use the `ticketswap` error formatter:
16
+```neon
17
+parameters:
18
+ errorFormat: ticketswap
19
composer.json
@@ -1,5 +1,6 @@
{
"name": "ticketswap/phpstan-error-formatter",
+ "description": "A minimalistic error formatter for PHPStan",
"type": "phpstan-extension",
"require": {
"phpstan/phpstan": "^1.11",
0 commit comments