Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Oct 5, 2018
1 parent d37c549 commit 15c3227
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WP_Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,9 @@ private function autoloader( $class ) {
* @codeCoverageIgnore - Deprecated
*/
public function a0_render_message() {
// phpcs:ignore
trigger_error( sprintf( __( 'Method %s is deprecated.', 'wp-auth0' ), __METHOD__ ), E_USER_DEPRECATED );

$message = null;

if ( $message ) {
Expand Down

0 comments on commit 15c3227

Please # to comment.