X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FController%2FControllerBase.php;h=68c2655a576f6064009da4a091e7e5f5dcb0098e;hb=refs%2Fheads%2Fd864;hp=241936753a7afc628ce26071f96b06772619c3e7;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Controller/ControllerBase.php b/web/core/lib/Drupal/Core/Controller/ControllerBase.php index 241936753..68c2655a5 100644 --- a/web/core/lib/Drupal/Core/Controller/ControllerBase.php +++ b/web/core/lib/Drupal/Core/Controller/ControllerBase.php @@ -93,7 +93,7 @@ abstract class ControllerBase implements ContainerInjectionInterface { /** * The state service. * - * @var \Drupal\Core\KeyValueStore\KeyValueStoreInterface + * @var \Drupal\Core\State\StateInterface */ protected $stateService; @@ -222,7 +222,7 @@ abstract class ControllerBase implements ContainerInjectionInterface { * needs to be the same across development, production, etc. environments * (for example, the system maintenance message) should use config() instead. * - * @return \Drupal\Core\KeyValueStore\KeyValueStoreInterface + * @return \Drupal\Core\State\StateInterface */ protected function state() { if (!$this->stateService) {