We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d9444 commit e0ec280Copy full SHA for e0ec280
1 file changed
phpstan.neon.dist
@@ -8,8 +8,9 @@ parameters:
8
ignoreErrors:
9
# Ignore typehint errors on api classes
10
-
11
- message: '#Method (.*) with no typehint specified\.#'
+ identifier: missingType.return
12
path: lib/Github/Api
13
+
14
- message: '#Method (.*) has no return typehint specified\.#'
15
+ identifier: missingType.parameter
16
0 commit comments