mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 13:02:24 +08:00
Removed unused assignment
This commit is contained in:
@ -414,7 +414,7 @@ class BaseConsole
|
||||
break;
|
||||
case 0: // ansi reset
|
||||
$return = '';
|
||||
for ($n = $tags; $tags > 0; $tags--) {
|
||||
for (; $tags > 0; $tags--) {
|
||||
$return .= '</span>';
|
||||
}
|
||||
return $return;
|
||||
|
||||
Reference in New Issue
Block a user