Skip to content

Commit

Permalink
Fix CS with PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored and github-actions[bot] committed Sep 4, 2024
1 parent 4f1d11d commit 7318eb5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function tagged_services_are_added_as_handlers_to_handler_container(): vo
->with('add', $this->callback(function (array $argument) {
static $count = 0;
++$count;

return 'shortcode'.$count === $argument[0] && $argument[1] instanceof Reference;
}));

Expand Down

0 comments on commit 7318eb5

Please sign in to comment.