Completed
Branch feature/pre-split (a35c5b)
by Anton
03:21
created
source/Spiral/Debug/Dumper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
      */
86 86
     public function dump($value, int $output = self::OUTPUT_ECHO): string
87 87
     {
88
-         switch ($output) {
88
+            switch ($output) {
89 89
             case self::OUTPUT_ECHO:
90 90
                 echo $this->style->wrapContainer($this->dumpValue($value, '', 0));
91 91
                 break;
Please login to merge, or discard this patch.