Verified Commit 3f1801bf authored by Dave Long's avatar Dave Long
Browse files

Issue #3391355 by sebish, dpi, smustgrave:...

Issue #3391355 by sebish, dpi, smustgrave: \Drupal\Core\Config\StorageInterface::read is typehinted as possibly returning bool, but never returns true

(cherry picked from commit d6f1a5a4)
parent b4b19a78
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ public function exists($name);
   * @param string $name
   *   The name of a configuration object to load.
   *
   * @return array|bool
   * @return array|false
   *   The configuration data stored for the configuration object name. If no
   *   configuration data exists for the given name, FALSE is returned.
   */