Skip to content

Commit 7e71c2f

Browse files
committed
chore: fix mixed tabs/spaces
1 parent c43413f commit 7e71c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan.neon.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ parameters:
2929

3030
# Level 1:
3131
- These are too noisy at the moment.
32-
message: '#Variable \$[a-zA-Z0-9_]+ might not be defined\.#'
32+
message: '#Variable \$[a-zA-Z0-9_]+ might not be defined\.#'
3333

3434
# Level 2:
3535
- # Callable-strings are used as callables in WordPress.
36-
message: '#Default value of the parameter .* is incompatible with type callable.*#'
36+
message: '#Default value of the parameter .* is incompatible with type callable.*#'
3737

3838
# Level 6:
3939
- # WPCS syntax for iterable types is not supported.

0 commit comments

Comments
 (0)