Skip to content

Commit

Permalink
Update fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohillebrandt committed Aug 9, 2015
1 parent ce51807 commit 6b86160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/Shell.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static public function columns() {
break;
}
}
} else if ( !preg_match( "/(^|,)(\s*)?exec(\s*)?(,|$)/", ini_get( "disable_functions" ) ) ) {
} else if (!preg_match('/(^|,)(\s*)?exec(\s*)?(,|$)/', ini_get('disable_functions'))) {
$columns = (int) exec('/usr/bin/env tput cols');
}

Expand Down

0 comments on commit 6b86160

Please sign in to comment.