1
0
Fork 0

Remove dead break statements

pull/1188/head
Jordi Boggiano 2012-10-08 18:45:41 +02:00
parent 0a549efd0e
commit 3a9c5b3678
2 changed files with 0 additions and 2 deletions

View File

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

View File

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