Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / responsive_image / src / Plugin / Field / FieldFormatter / ResponsiveImageFormatter.php
index 6d9b7fa2fa3283dc8226c57d06bca681a81864b4..26228ab5f44ba01ab42c3a9f0d1489ab5ad6630b 100644 (file)
@@ -32,7 +32,7 @@ use Drupal\Core\Utility\LinkGeneratorInterface;
 class ResponsiveImageFormatter extends ImageFormatterBase implements ContainerFactoryPluginInterface {
 
   /**
-   * @var EntityStorageInterface
+   * @var \Drupal\Core\Entity\EntityStorageInterface
    */
   protected $responsiveImageStyleStorage;