Spaces around ! sign
This commit is contained in:
parent
3a8ea7260c
commit
e402a0c078
@ -1213,7 +1213,7 @@ public function __construct()
|
||||
$lines = explode("\n", $code);
|
||||
|
||||
foreach ($lines as $key => $value) {
|
||||
if (!empty($value)) {
|
||||
if ( ! empty($value)) {
|
||||
$lines[$key] = str_repeat($this->spaces, $num) . $lines[$key];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user