Skip to content

Commit

Permalink
test(_support/_generated) rebuild actions on PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Nov 20, 2023
1 parent 66bc3f2 commit 1282945
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function getContentFolder($path = "") {
* @return void
* @see \Codeception\Module\WPLoader::startWpFiltersDebug()
*/
public function startWpFiltersDebug(?callable $format = NULL) {
public function startWpFiltersDebug($format = NULL) {
return $this->getScenario()->runStep(new \Codeception\Step\Action('startWpFiltersDebug', func_get_args()));
}

Expand Down

0 comments on commit 1282945

Please sign in to comment.