Skip to content

Commit 1ece723

Browse files
committed
tests: Ignore missingType.return PHPStan error until : void types are allowed
1 parent 57120cc commit 1ece723

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)