Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / filter / src / Plugin / migrate / process / FilterID.php
index 26569860f2a67cff0fda619a024389a3c8f7762a..cbac32f7c7c2fcc9e3592c572037e3ab32cabf2c 100644 (file)
@@ -36,7 +36,7 @@ class FilterID extends StaticMap implements ContainerFactoryPluginInterface {
    *   The plugin definition.
    * @param \Drupal\Component\Plugin\PluginManagerInterface $filter_manager
    *   The filter plugin manager.
-   * @param TranslationInterface $translator
+   * @param \Drupal\Core\StringTranslation\TranslationInterface $translator
    *   (optional) The string translation service.
    */
   public function __construct(array $configuration, $plugin_id, $plugin_definition, PluginManagerInterface $filter_manager, TranslationInterface $translator = NULL) {