mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing docblock for Inflector:rules()
This commit is contained in:
parent
d75e4b0d5f
commit
76af3b9e81
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ class Inflector {
|
|||
* Inflector::rules('transliteration', array('/å/' => 'aa'));
|
||||
* }}}
|
||||
*
|
||||
* @param string $type The type of inflection, either 'singular', 'singular' or 'transliteration'
|
||||
* @param string $type The type of inflection, either 'plural', 'singular' or 'transliteration'
|
||||
* @param array $rules Array of rules to be added.
|
||||
* @param boolean $reset If true, will unset default inflections for all
|
||||
* new rules that are being defined in $rules.
|
||||
|
|
Loading…
Reference in a new issue