mscherer 6 years ago
parent
commit
5b6d380d3f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Console/Shell.php

+ 0 - 2
src/Console/Shell.php

@@ -717,8 +717,6 @@ class Shell
      */
     public function out($message = null, $newlines = 1, $level = Shell::NORMAL)
     {
-
-
         return $this->_io->out($message, $newlines, $level);
     }