Explorar o código

Removed dead statement.

Stephan Hochdörfer %!s(int64=12) %!d(string=hai) anos
pai
achega
df897b42c2
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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) {