Passed
Pull Request — stable (#7)
by Nuno
03:08 queued 01:27
created
src/Writer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.