X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Ftheme_test%2Fsrc%2FEventSubscriber%2FThemeTestSubscriber.php;h=38fee503ec49ed84deee8ead252a604a9276c06a;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=8ac86f1a94a83793541643216b73a5c9d1346e07;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php b/web/core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php index 8ac86f1a9..38fee503e 100644 --- a/web/core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php +++ b/web/core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php @@ -17,7 +17,8 @@ class ThemeTestSubscriber implements EventSubscriberInterface { /** * The used container. * - * @var \Symfony\Component\DependencyInjection\IntrospectableContainerInterface + * @todo This variable is never initialized, so we don't know what it is. + * See https://www.drupal.org/node/2721315 */ protected $container;