@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | $frames = $this->getFrames($inspector); |
| 82 | 82 | $this->renderEditor(array_shift($frames)); |
| 83 | 83 | |
| 84 | - if ($this->showTrace && ! empty($frames)) { |
|
| 84 | + if ($this->showTrace && !empty($frames)) { |
|
| 85 | 85 | $this->renderTrace($frames); |
| 86 | 86 | } else { |
| 87 | 87 | $this->output->writeln(''); |
@@ -129,7 +129,7 @@ discard block |
||
| 129 | 129 | { |
| 130 | 130 | return $inspector->getFrames() |
| 131 | 131 | ->filter( |
| 132 | - function ($frame) { |
|
| 132 | + function($frame) { |
|
| 133 | 133 | foreach ($this->ignore as $ignore) { |
| 134 | 134 | if (preg_match($ignore, $frame->getFile())) { |
| 135 | 135 | return false; |