Skip to content
Snippets Groups Projects
Verified Commit 75c747bf 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 d80db448
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment