Skip to content

Commit b9fa3cc

Browse files
authored
Update README.md
1 parent c7312f9 commit b9fa3cc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ composer require staabm/phpstan-baseline-analysis --dev
4141

4242
## example report
4343

44+
Starting from the current directory, the command will recursively search for files matching the glob pattern and report a summary for each baseline found.
45+
4446
```
4547
$ phpstan-baseline-analyze *phpstan-baseline.neon
4648
Analyzing app/portal/phpstan-baseline.neon
@@ -59,7 +61,10 @@ Analyzing app/portal/phpstan-baseline.neon
5961
## example error filtering
6062

6163
Filter a existing baseline and output only errors NOT matching the given filter key:
62-
_This can be helpful to remove a class of errors out of an existing baseline, so PHPStan will start reporting them again._
64+
65+
> [!TIP]
66+
> This can be helpful to remove a class of errors out of an existing baseline, so PHPStan will start reporting them again.
67+
6368
```
6469
$ phpstan-baseline-filter *phpstan-baseline.neon --exclude=Unknown-Types
6570
```

0 commit comments

Comments
 (0)