Skip to content

Commit

Permalink
fix(cs): align to latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Aug 29, 2023
1 parent 7a43a2f commit 7eea83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-name/engine/Initialize.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private function load_classes() {
\do_action( 'plugin_name_initialize_failed', $err );

if ( WP_DEBUG ) {
throw new \Exception( $err->getMessage() );
throw new \Exception( $err->getMessage() ); //phpcs:ignore
}
}
}
Expand Down

0 comments on commit 7eea83d

Please sign in to comment.