We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75469df commit 25e9cc1Copy full SHA for 25e9cc1
src/EvalFile_Command.php
@@ -68,6 +68,7 @@ public function __invoke( $args, $assoc_args ) {
68
*/
69
private static function execute_eval( $file, $positional_args, $use_include ) {
70
global $args;
71
+ // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound
72
$args = $positional_args;
73
unset( $positional_args );
74
0 commit comments