Skip to content

Commit e395c86

Browse files
committed
reset phpstan level to 0
1 parent a77c885 commit e395c86

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
11
parameters:
22
ignoreErrors:
3-
-
4-
message: "#^PHPDoc tag @param has invalid value \\(\\$installationId An integration installation id\\)\\: Unexpected token \"\\$installationId\", expected type at offset 155$#"
5-
count: 1
6-
path: lib/Github/Api/Apps.php
7-
8-
-
9-
message: "#^PHPDoc tag @param has invalid value \\(\\$org An organization\\)\\: Unexpected token \"\\$org\", expected type at offset 188$#"
10-
count: 1
11-
path: lib/Github/Api/Apps.php
12-
13-
-
14-
message: "#^PHPDoc tag @param has invalid value \\(\\$owner the owner of a repository\\)\\: Unexpected token \"\\$owner\", expected type at offset 182$#"
15-
count: 1
16-
path: lib/Github/Api/Apps.php
17-
18-
-
19-
message: "#^PHPDoc tag @param has invalid value \\(\\$repo the name of the repository\\)\\: Unexpected token \"\\$repo\", expected type at offset 230$#"
20-
count: 1
21-
path: lib/Github/Api/Apps.php
22-
23-
-
24-
message: "#^PHPDoc tag @param has invalid value \\(\\$username\\)\\: Unexpected token \"\\$username\", expected type at offset 170$#"
25-
count: 1
26-
path: lib/Github/Api/Apps.php
27-
28-
-
29-
message: "#^PHPDoc tag @param has invalid value \\(\\$installationId An integration installation id\\)\\: Unexpected token \"\\$installationId\", expected type at offset 161$#"
30-
count: 1
31-
path: lib/Github/Api/Apps.php
32-
3+
[]

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ includes:
22
- phpstan-baseline.neon
33

44
parameters:
5-
level: 3
5+
level: 0
66
paths:
77
- lib

0 commit comments

Comments
 (0)