Skip to content

Commit 114e769

Browse files
committed
Expect var_dump to trigger a warning, not an error
Currently, all functions in `WordPress.PHP.DevelopmentFunctions` are warnings, not errors
1 parent 1c51ae4 commit 114e769

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ruleset_test.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
24 => 1,
2828
40 => 1,
2929
43 => 1,
30-
45 => 1,
3130
48 => 1,
3231
49 => 1,
3332
53 => 1,
@@ -60,6 +59,7 @@
6059
28 => 1,
6160
36 => 1,
6261
44 => 1,
62+
45 => 1,
6363
65 => 1,
6464
70 => 1,
6565
85 => 1,
@@ -265,4 +265,3 @@ private function error_warning_message( $expected, $type, $number, $line ) {
265265
} else {
266266
exit( 1 );
267267
}
268-

0 commit comments

Comments
 (0)