diff core/lib/Drupal/Core/Controller/ControllerBase.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 1fec387a4317
children af1871eacc83
line wrap: on
line diff
--- a/core/lib/Drupal/Core/Controller/ControllerBase.php	Thu Apr 26 11:26:54 2018 +0100
+++ b/core/lib/Drupal/Core/Controller/ControllerBase.php	Tue Jul 10 15:07:59 2018 +0100
@@ -93,7 +93,7 @@
   /**
    * The state service.
    *
-   * @var \Drupal\Core\KeyValueStore\KeyValueStoreInterface
+   * @var \Drupal\Core\State\StateInterface
    */
   protected $stateService;
 
@@ -222,7 +222,7 @@
    * 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) {