1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +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);
break;
}
break;
@ -314,7 +313,6 @@ class RemoteFilesystem
}
$this->promptAuthAndRetry($messageCode, $message);
break;
}
break;