Skip to content

Commit

Permalink
Update printingFunctions reference
Browse files Browse the repository at this point in the history
WPCS moved it to a new trait: WordPress/WordPress-Coding-Standards#2250
  • Loading branch information
GaryJones committed Jun 22, 2023
1 parent 34dd960 commit b0ed29a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

namespace WordPressVIPMinimum\Sniffs\Security;

use WordPressCS\WordPress\Helpers\PrintingFunctionsTrait;
use WordPressVIPMinimum\Sniffs\Sniff;
use PHP_CodeSniffer\Util\Tokens;

Expand All @@ -20,6 +21,8 @@
*/
class EscapingVoidReturnFunctionsSniff extends Sniff {

use PrintingFunctionsTrait;

/**
* Returns an array of tokens this test wants to listen for.
*
Expand Down

0 comments on commit b0ed29a

Please sign in to comment.