Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / path / src / Form / DeleteForm.php
index b28fdc04eda824d588b3ce180027ce7346dce621..bd25f90a812dfbe514f6f97f088b3cb9eb59d6bc 100644 (file)
@@ -16,14 +16,14 @@ class DeleteForm extends ConfirmFormBase {
   /**
    * The alias storage service.
    *
-   * @var AliasStorageInterface $path
+   * @var \Drupal\Core\Path\AliasStorageInterface
    */
   protected $aliasStorage;
 
   /**
    * The path alias being deleted.
    *
-   * @var array $pathAlias
+   * @var array
    */
   protected $pathAlias;