Passed
Push — stable ( 5e8422...b056b1 )
by Nuno
04:25
created
src/Writer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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())) {
Please login to merge, or discard this patch.