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