Skip to content

Commit db9a3b3

Browse files
committed
Fix all autofixable CS issues
1 parent a2b5cd7 commit db9a3b3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

eval-command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
return;
55
}
66

7-
$wpcli_eval_autoloader = dirname( __FILE__ ) . '/vendor/autoload.php';
7+
$wpcli_eval_autoloader = __DIR__ . '/vendor/autoload.php';
88
if ( file_exists( $wpcli_eval_autoloader ) ) {
99
require_once $wpcli_eval_autoloader;
1010
}

src/EvalFile_Command.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,3 @@ private static function execute_eval( $file, $args, $use_include ) {
8686
}
8787
}
8888
}
89-

0 commit comments

Comments
 (0)