Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDelMar committed Sep 10, 2024
1 parent f02a606 commit 844abff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/data/wp_query.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@

namespace PhpStubs\WordPress\Core\Tests;

use function PHPStan\Testing\assertType;
use WP_Query;

use function PHPStan\Testing\assertType;

$wpQuery = new WP_Query();

assertType('bool', $wpQuery->query_vars_changed);
Expand Down

0 comments on commit 844abff

Please # to comment.