Skip to content

Commit 82ad671

Browse files
committed
Comment out rules that are not PHPStan 2.0 compatible
1 parent 7986458 commit 82ad671

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

phpstan.neon

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ parameters:
2020
- */Fixture/*
2121

2222
# https://github.com/TomasVotruba/unused-public
23-
unused_public:
24-
methods: true
25-
properties: true
26-
constants: true
27-
28-
type_coverage:
29-
return: 99
30-
param: 99
31-
property: 99
23+
# unused_public:
24+
# methods: true
25+
# properties: true
26+
# constants: true
27+
28+
# type_coverage:
29+
# return: 99
30+
# param: 99
31+
# property: 99
3232

3333
ignoreErrors:
3434
# needless generics

0 commit comments

Comments
 (0)