Browse Source

Backport docblock fix

Mark Sch 5 years ago
parent
commit
f0a1a13f09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Utility/Inflector.php

+ 1 - 1
src/Utility/Inflector.php

@@ -416,7 +416,7 @@ class Inflector
      *
      * @param string $type Inflection type
      * @param string $key Original value
-     * @param string|bool $value Inflected value
+     * @param string|false $value Inflected value
      * @return string|false Inflected value on cache hit or false on cache miss.
      */
     protected static function _cache($type, $key, $value = false)