Ver Fonte

Removed dead statement.

Stephan Hochdörfer há 12 anos atrás
pai
commit
df897b42c2
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      src/Composer/Util/RemoteFilesystem.php

+ 0 - 1
src/Composer/Util/RemoteFilesystem.php

@@ -229,7 +229,6 @@ class RemoteFilesystem
                 }
 
                 throw new TransportException('The "'.$this->fileUrl.'" file could not be downloaded ('.trim($message).')', $messageCode);
-                break;
 
             case STREAM_NOTIFY_AUTH_RESULT:
                 if (403 === $messageCode) {