Browse Source

Updated PHPDoc for Configure::consume

Configure::consume can return string as well.
Steffen Brand 8 years ago
parent
commit
08b6be4b8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Core/Configure.php

+ 1 - 1
src/Core/Configure.php

@@ -195,7 +195,7 @@ class Configure
      * 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)
     {