X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fpath%2Fsrc%2FForm%2FDeleteForm.php;h=aac413f2d7f05fde577a02826e8e44a9ee6391b4;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=b28fdc04eda824d588b3ce180027ce7346dce621;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/path/src/Form/DeleteForm.php b/web/core/modules/path/src/Form/DeleteForm.php index b28fdc04e..aac413f2d 100644 --- a/web/core/modules/path/src/Form/DeleteForm.php +++ b/web/core/modules/path/src/Form/DeleteForm.php @@ -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;