Skip to content

Commit

Permalink
Updated PHPDoc for Configure::consume
Browse files Browse the repository at this point in the history
Configure::consume can return string as well.
  • Loading branch information
steffenbrand committed Sep 26, 2017
1 parent 87169d9 commit 08b6be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Configure.php
Expand Up @@ -195,7 +195,7 @@ public static function delete($var)
* out of configure into the various other classes in CakePHP.
*
* @param string $var The key to read and remove.
* @return array|null
* @return array|string|null
*/
public static function consume($var)
{
Expand Down

0 comments on commit 08b6be4

Please sign in to comment.