Skip to content

Commit c2acb6e

Browse files
committed
tests: Ignore missingType.return PHPStan error until : void types are allowed
1 parent 6589ce9 commit c2acb6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpstan.neon.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ parameters:
3737
- '#Default value of the parameter .* is incompatible with type callable.*#'
3838

3939
# Level 6:
40-
4140
# WPCS syntax for iterable types is not supported:
4241
-
4342
identifier: missingType.iterableValue
43+
# Too noisy until we allow `void` return types:
44+
-
45+
identifier: missingType.return

0 commit comments

Comments
 (0)