Completed
Pull Request — symfony-console (#519)
by Arnaud
05:33 queued 03:49
created
src/Command/Command.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
      */
89 89
     public function messageCallback(OutputInterface $output)
90 90
     {
91
-        return function ($code, $message = '', $itemsCount = 0, $itemsMax = 0) use ($output) {
91
+        return function($code, $message = '', $itemsCount = 0, $itemsMax = 0) use ($output) {
92 92
             if ($this->quiet) {
93 93
                 return;
94 94
             } else {
Please login to merge, or discard this patch.
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,6 @@
 block discarded – undo
88 88
      *
89 89
      * @param OutputInterface $output
90 90
      * @param array           $config
91
-     * @param array           $options
92 91
      *
93 92
      * @return Builder
94 93
      */
Please login to merge, or discard this patch.