X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Ftheme_test%2Fsrc%2FEventSubscriber%2FThemeTestSubscriber.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Ftheme_test%2Fsrc%2FEventSubscriber%2FThemeTestSubscriber.php;h=99fe19230852d6fd879ed95e3351d17c84c030b3;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=8ac86f1a94a83793541643216b73a5c9d1346e07;hpb=aea91e65e895364e460983b890e295aa5d5540a5;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..99fe19230 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 initialzed, so we don't know what it is. + * See https://www.drupal.org/node/2721315 */ protected $container;