mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
remove unused $max variable inside closure at CLI::wrap()
This commit is contained in:
parent
6765c6e27c
commit
6c8b126eeb
@ -587,7 +587,7 @@ class CLI
|
||||
|
||||
$first = true;
|
||||
|
||||
array_walk($lines, function (&$line, $index) use ($max, $pad_left, &$first) {
|
||||
array_walk($lines, function (&$line, $index) use ($pad_left, &$first) {
|
||||
if ( ! $first)
|
||||
{
|
||||
$line = str_repeat(" ", $pad_left) . $line;
|
||||
|
Loading…
x
Reference in New Issue
Block a user