Skip to content

Commit

Permalink
Ignore unused params
Browse files Browse the repository at this point in the history
  • Loading branch information
merkushin committed Jul 25, 2024
1 parent f45d3c1 commit 315b511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/blocks/class-sensei-course-actions-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct() {
*
* @return string The block HTML.
*/
public function render_course_actions( array $attributes, string $content ) : string {
public function render_course_actions( array $attributes, string $content ): string { // phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter.FoundAfterLastUsed
return '';
}
}

0 comments on commit 315b511

Please sign in to comment.