Explorar o código

Space after ? (so it doesnt glue answer to ?)

Rob Bast %!s(int64=10) %!d(string=hai) anos
pai
achega
e810a7913e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/Command/RemoveCommand.php

+ 1 - 1
src/Composer/Command/RemoveCommand.php

@@ -75,7 +75,7 @@ EOT
             } elseif (isset($composer[$altType][$package])) {
                 $this->getIO()->writeError('<warning>'.$package.' could not be found in '.$type.' but it is present in '.$altType.'</warning>');
                 if ($this->getIO()->isInteractive()) {
-                    if ($this->getIO()->askConfirmation('Do you want to remove it from '.$altType.' [<comment>yes</comment>]?', true)) {
+                    if ($this->getIO()->askConfirmation('Do you want to remove it from '.$altType.' [<comment>yes</comment>]? ', true)) {
                         $json->removeLink($altType, $package);
                     }
                 }