Remove dead break statements
parent
0a549efd0e
commit
3a9c5b3678
|
@ -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);
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue