Skip to content

Commit 21e5b4a

Browse files
committed
fixed CS
1 parent 007635d commit 21e5b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MessageCatalogueInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@ public function add($messages, $domain = 'messages');
105105
*
106106
* The two catalogues must have the same locale.
107107
*/
108-
public function addCatalogue(MessageCatalogueInterface $catalogue);
108+
public function addCatalogue(self $catalogue);
109109

110110
/**
111111
* Merges translations from the given Catalogue into the current one
112112
* only when the translation does not exist.
113113
*
114114
* This is used to provide default translations when they do not exist for the current locale.
115115
*/
116-
public function addFallbackCatalogue(MessageCatalogueInterface $catalogue);
116+
public function addFallbackCatalogue(self $catalogue);
117117

118118
/**
119119
* Gets the fallback catalogue.

0 commit comments

Comments
 (0)