Skip to content

Commit 2f134b2

Browse files
committed
phpstan: chore: suppress missingType.return
1 parent 4c05d3d commit 2f134b2

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
@@ -38,7 +38,9 @@ parameters:
3838
- '#Default value of the parameter .* is incompatible with type callable.*#'
3939

4040
# Level 6:
41-
4241
# WPCS syntax for iterable types is not supported:
4342
-
4443
identifier: missingType.iterableValue
44+
# Too noisy until we allow `void` return types:
45+
-
46+
identifier: missingType.return

0 commit comments

Comments
 (0)