Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jestonihpi committed Jan 19, 2023
1 parent b471c43 commit 6f93a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper/Helper_Notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function add_actions(): void {
*
* @since 6.5
*/
public function maybe_remove_non_pdf_messages(){
public function maybe_remove_non_pdf_messages() {
if ( ! \GPDFAPI::get_misc_class()->is_gfpdf_page() ) {
return false;
}
Expand Down

0 comments on commit 6f93a84

Please sign in to comment.