Skip to content

Commit 2fac989

Browse files
committed
Add readme
1 parent 47c9b01 commit 2fac989

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "ticketswap/phpstan-error-formatter",
3+
"description": "A minimalistic error formatter for PHPStan",
34
"type": "phpstan-extension",
45
"require": {
56
"phpstan/phpstan": "^1.11",

0 commit comments

Comments
 (0)