1
0
Fork 0

Dropped unnecessary break statements

Next line breaks nevertheless
pull/4144/head
Markus Staab 2015-06-14 10:16:45 +02:00
parent 89540c5690
commit 94a924b702
1 changed files with 0 additions and 2 deletions

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;