Skip to content

Commit c2f3a1d

Browse files
committed
Add deprecations ignore in other way
1 parent 2585c0d commit c2f3a1d

2 files changed

Lines changed: 1 addition & 144 deletions

File tree

phpstan-baseline.neon

Lines changed: 0 additions & 141 deletions
This file was deleted.

phpstan.neon

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
includes:
2-
- phpstan-baseline.neon
3-
41
parameters:
52
level: 2
63
paths:
@@ -11,3 +8,4 @@ parameters:
118
- '#has invalid type#'
129
- '#has invalid return#'
1310
- '#has unknown class#'
11+
- '#Deprecated in PHP 8\.4#'

0 commit comments

Comments
 (0)