We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba66d7 commit 1a46f0dCopy full SHA for 1a46f0d
tests/data/assert/wp-is-numeric-array.php
@@ -40,7 +40,7 @@
40
assertType('array<int, mixed>', $data);
41
}
42
if (! wp_is_numeric_array($data)) {
43
- assertType('array', $data); // can still be a mixed key array
+ assertType('non-empty-array', $data); // can still be a mixed key array
44
45
46
// Check with union
0 commit comments