X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FKeyValueStore%2FKeyValueFactory.php;h=52d288306e2d0bf6273d8aa49073d65ad558ad01;hb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;hp=eeaf510ea2ca5031b74705c1d9ac84cffa78106d;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php b/web/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php index eeaf510ea..52d288306 100644 --- a/web/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php +++ b/web/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php @@ -40,7 +40,7 @@ class KeyValueFactory implements KeyValueFactoryInterface { protected $stores = []; /** - * var \Symfony\Component\DependencyInjection\ContainerInterface + * @var \Symfony\Component\DependencyInjection\ContainerInterface */ protected $container;