Skip to content

Commit 514acaa

Browse files
author
Sebastian Fix
committed
wip
1 parent 8fde13a commit 514acaa

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

phpstan-baseline.neon

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
parameters:
2+
ignoreErrors:
3+
-
4+
message: '#^Out of 157 possible param types, only 154 \- 98\.0 %% actually have it\. Add more param types to get over 99 %%$#'
5+
identifier: typeCoverage.paramTypeCoverage
6+
count: 3
7+
path: app/Http/Controllers/Sitemap/SitemapController.php

phpstan.neon.dist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ parameters:
88

99
ignoreErrors:
1010

11-
excludePaths:
11+
excludePaths:
12+
13+
includes:
14+
- phpstan-baseline.neon

0 commit comments

Comments
 (0)