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
Fabien Potencier f71c699289 Merge branch '3.2'
* 3.2:
  updated LICENSE year
  updated LICENSE year
  updated LICENSE year
  Fixed `@return self` with `$this`
  [Yaml] add missing indicator character
2017-01-02 12:33:09 -08:00
..
Tests Fixed singular of committee 2016-06-08 13:24:07 +02:00
composer.json updated version to 3.3 2016-11-19 12:35:20 -08:00
Inflector.php Fixed singular of committee 2016-06-08 13:24:07 +02:00
LICENSE Merge branch '2.8' into 3.1 2017-01-02 12:31:54 -08:00
phpunit.xml.dist Add Inflector component (from StringUtil of PropertyAccess) 2016-03-31 15:36:48 +08:00
README.md Add Inflector component (from StringUtil of PropertyAccess) 2016-03-31 15:36:48 +08:00

Inflector Component

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

Disclaimer

This component is currently marked as internal. Do not use it in your own code. Breaking changes may be introduced in the next minor version of Symfony, or the component itself might even be removed completely.

Resources