Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / translation / TranslatorBagInterface.php
index 14fbb17f5e46e6d1a9b1daa3b6a0fcec88e01714..5e49e2ddc545526dad43331416179eae0b2c1a4b 100644 (file)
@@ -11,6 +11,8 @@
 
 namespace Symfony\Component\Translation;
 
+use Symfony\Component\Translation\Exception\InvalidArgumentException;
+
 /**
  * TranslatorBagInterface.
  *
@@ -25,7 +27,7 @@ interface TranslatorBagInterface
      *
      * @return MessageCatalogueInterface
      *
-     * @throws \InvalidArgumentException If the locale contains invalid characters
+     * @throws InvalidArgumentException If the locale contains invalid characters
      */
     public function getCatalogue($locale = null);
 }