Ver código fonte

Remove dead break statements

Jordi Boggiano 12 anos atrás
pai
commit
3a9c5b3678

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

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

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

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