We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e227ab commit 8471ed1Copy full SHA for 8471ed1
1 file changed
lib/cli/Shell.php
@@ -27,7 +27,7 @@ class Shell {
27
static public function columns() {
28
static $columns;
29
30
- if ( false !== ( $env_reset = getenv( 'WP_CLI_TEST_SHELL_COLUMNS_RESET' ) ) && $env_reset ) {
+ if ( getenv( 'WP_CLI_TEST_SHELL_COLUMNS_RESET' ) ) {
31
$columns = null;
32
}
33
if ( null === $columns ) {
0 commit comments