Jordi Boggiano 13 лет назад
Родитель
Сommit
3a9c5b3678
2 измененных файлов с 0 добавлено и 2 удалено
  1. 0 1
      src/Composer/Downloader/GitDownloader.php
  2. 0 1
      src/Composer/Downloader/SvnDownloader.php

+ 0 - 1
src/Composer/Downloader/GitDownloader.php

@@ -122,7 +122,6 @@ class GitDownloader extends VcsDownloader
 
 
                 case 'n':
                 case 'n':
                     throw new \RuntimeException('Update aborted');
                     throw new \RuntimeException('Update aborted');
-                    break;
 
 
                 case 'v':
                 case 'v':
                     $this->io->write($changes);
                     $this->io->write($changes);

+ 0 - 1
src/Composer/Downloader/SvnDownloader.php

@@ -111,7 +111,6 @@ class SvnDownloader extends VcsDownloader
 
 
                 case 'n':
                 case 'n':
                     throw new \RuntimeException('Update aborted');
                     throw new \RuntimeException('Update aborted');
-                    break;
 
 
                 case 'v':
                 case 'v':
                     $this->io->write($changes);
                     $this->io->write($changes);