diff vendor/symfony/translation/MessageCatalogueInterface.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 1fec387a4317
children
line wrap: on
line diff
--- a/vendor/symfony/translation/MessageCatalogueInterface.php	Thu Apr 26 11:26:54 2018 +0100
+++ b/vendor/symfony/translation/MessageCatalogueInterface.php	Tue Jul 10 15:07:59 2018 +0100
@@ -105,7 +105,7 @@
      *
      * The two catalogues must have the same locale.
      */
-    public function addCatalogue(MessageCatalogueInterface $catalogue);
+    public function addCatalogue(self $catalogue);
 
     /**
      * Merges translations from the given Catalogue into the current one
@@ -113,7 +113,7 @@
      *
      * This is used to provide default translations when they do not exist for the current locale.
      */
-    public function addFallbackCatalogue(MessageCatalogueInterface $catalogue);
+    public function addFallbackCatalogue(self $catalogue);
 
     /**
      * Gets the fallback catalogue.