This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Inflector
Nicolas Grekas 47fd08eb5c Merge branch '4.3' into 4.4
* 4.3:
  Add missed use class for Symfony\Bundle\FrameworkBundle\Test\WebTestCase::$client
  [HttpClient] Minor fix in an error message
  Fix parameter documentation for Inflector::pluralize() method
  Use a more appropriate group when deprecating mode
  bumped Symfony version to 4.3.1
  updated VERSION for 4.3.0
  updated CHANGELOG for 4.3.0
  [FrameworkBundle] fix test fixture using deprecated controller and add missing deprecation
  [FrameworkBundle] Add a validation on the messenger section
2019-05-30 15:50:22 +02:00
..
Tests [Inflector] remove "internal" marker from the component 2019-04-01 15:53:46 +02:00
composer.json updated version to 4.4 2019-05-09 09:23:25 +02:00
Inflector.php Fix parameter documentation for Inflector::pluralize() method 2019-05-30 14:28:08 +05:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md [Inflector] remove "internal" marker from the component 2019-04-01 15:53:46 +02:00

Inflector Component

Inflector converts words between their singular and plural forms (English only).

Resources