Skip to content
Snippets Groups Projects
Verified Commit d6f1a5a4 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
parent 5ef2211a
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ public function exists($name); ...@@ -32,7 +32,7 @@ public function exists($name);
* @param string $name * @param string $name
* The name of a configuration object to load. * 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 * The configuration data stored for the configuration object name. If no
* configuration data exists for the given name, FALSE is returned. * configuration data exists for the given name, FALSE is returned.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment