Skip to content

Commit e0ec280

Browse files
committed
fix: phpstan old rules
1 parent c9d9444 commit e0ec280

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

phpstan.neon.dist

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ parameters:
88
ignoreErrors:
99
# Ignore typehint errors on api classes
1010
-
11-
message: '#Method (.*) with no typehint specified\.#'
11+
identifier: missingType.return
1212
path: lib/Github/Api
13+
1314
-
14-
message: '#Method (.*) has no return typehint specified\.#'
15+
identifier: missingType.parameter
1516
path: lib/Github/Api

0 commit comments

Comments
 (0)