We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc17a0 commit 5a06df1Copy full SHA for 5a06df1
src/TransferableStorage.php
@@ -28,7 +28,9 @@ interface TransferableStorage
28
public function export(MessageCatalogueInterface $catalogue);
29
30
/**
31
- * Populate the storage with all the messages in $cataloge.
+ * 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.
34
*
35
* @param MessageCatalogueInterface $catalogue
36
*/
0 commit comments