1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00

Dropped unnecessary break statements

Next line breaks nevertheless
This commit is contained in:
Markus Staab 2015-06-14 10:16:45 +02:00
parent 89540c5690
commit 94a924b702

View file

@ -302,7 +302,6 @@ class RemoteFilesystem
} }
$this->promptAuthAndRetry($messageCode); $this->promptAuthAndRetry($messageCode);
break;
} }
break; break;
@ -314,7 +313,6 @@ class RemoteFilesystem
} }
$this->promptAuthAndRetry($messageCode, $message); $this->promptAuthAndRetry($messageCode, $message);
break;
} }
break; break;