Skip to content

Commit 25e9cc1

Browse files
committed
Lint fix
1 parent 75469df commit 25e9cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/EvalFile_Command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public function __invoke( $args, $assoc_args ) {
6868
*/
6969
private static function execute_eval( $file, $positional_args, $use_include ) {
7070
global $args;
71+
// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound
7172
$args = $positional_args;
7273
unset( $positional_args );
7374

0 commit comments

Comments
 (0)