Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / translation / Dumper / PhpFileDumper.php
index 891f2f978cf03e46db204a164a9e4a36026be132..c7c37aac9232b25b0298fa2e82447dc1a23edf0f 100644 (file)
@@ -20,16 +20,6 @@ use Symfony\Component\Translation\MessageCatalogue;
  */
 class PhpFileDumper extends FileDumper
 {
-    /**
-     * {@inheritdoc}
-     */
-    protected function format(MessageCatalogue $messages, $domain)
-    {
-        @trigger_error('The '.__METHOD__.' method is deprecated since version 2.8 and will be removed in 3.0. Use the formatCatalogue() method instead.', E_USER_DEPRECATED);
-
-        return $this->formatCatalogue($messages, $domain);
-    }
-
     /**
      * {@inheritdoc}
      */