minor #31722 Fix parameter documentation for Inflector::pluralize() method (Chi-teck)

This PR was merged into the 4.3 branch.

Discussion
----------

Fix parameter documentation for Inflector::pluralize() method

| Q             | A
| ------------- | ---
| Branch?       | 4.3
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
|License | MIT
|Doc PR | n/a

Commits
-------

33844376da Fix parameter documentation for Inflector::pluralize() method
This commit is contained in:
Nicolas Grekas 2019-05-30 11:58:12 +02:00
commit 695ee319df

View File

@ -410,7 +410,7 @@ final class Inflector
* If the method can't determine the form with certainty, an array of the
* possible plurals is returned.
*
* @param string $singular A word in plural form
* @param string $singular A word in singular form
*
* @return string|array The plural form or an array of possible plural forms
*/