Skip to content

Commit 5a06df1

Browse files
authored
Added docs (#11)
1 parent 0bc17a0 commit 5a06df1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/TransferableStorage.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ interface TransferableStorage
2828
public function export(MessageCatalogueInterface $catalogue);
2929

3030
/**
31-
* Populate the storage with all the messages in $cataloge.
31+
* Populate the storage with all the messages in $catalogue. This action
32+
* should be considered as a "force merge". Existing messages in the storage
33+
* will be overwritten but no message will be removed.
3234
*
3335
* @param MessageCatalogueInterface $catalogue
3436
*/

0 commit comments

Comments
 (0)