Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / path / src / Form / DeleteForm.php
index b28fdc04eda824d588b3ce180027ce7346dce621..aac413f2d7f05fde577a02826e8e44a9ee6391b4 100644 (file)
@@ -10,20 +10,22 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
  * Builds the form to delete a path alias.
+ *
+ * @internal
  */
 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;