Skip to content

Commit

Permalink
delete useless autogen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Feb 16, 2024
1 parent 11ce728 commit 95dfe21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/phpunit/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
/**
* I was having trouble with {@see WP_Mock::expectAction()} so mocked it here. Because we're using PHP 7.1, we're
* not on the latest version of WP_Mock, which requires 7.4.
*
* @param ...$args
* @return void
*/
function do_action(...$args) {}
function apply_filters(...$args) { return $args[1]; }
Expand Down

0 comments on commit 95dfe21

Please sign in to comment.