mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Add missing break statement
This commit is contained in:
parent
0736592cff
commit
958e6cd109
1 changed files with 1 additions and 0 deletions
|
@ -1853,6 +1853,7 @@ final class DifferentialChangesetParser {
|
|||
$message = pht('This submodule was moved from %s.', $from);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
case DifferentialChangeType::TYPE_COPY_HERE:
|
||||
$from =
|
||||
|
|
Loading…
Reference in a new issue