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 bceef84 commit 4b5e0a3Copy full SHA for 4b5e0a3
tests/TypeInferenceTest.php
@@ -30,7 +30,6 @@ public function dataFileAsserts(): iterable
30
yield from $this->gatherAssertTypes(__DIR__ . '/data/is_wp_error.php');
31
yield from $this->gatherAssertTypes(__DIR__ . '/data/mysql2date.php');
32
yield from $this->gatherAssertTypes(__DIR__ . '/data/term_exists.php');
33
- yield from $this->gatherAssertTypes(__DIR__ . '/data/wp_clear_scheduled_hook.php');
34
yield from $this->gatherAssertTypes(__DIR__ . '/data/wp_error_parameter.php');
35
yield from $this->gatherAssertTypes(__DIR__ . '/data/wp_theme.php');
36
yield from $this->gatherAssertTypes(__DIR__ . '/data/wpdb.php');
0 commit comments