Chris@0: . Chris@0: */ Chris@0: Chris@0: namespace Doctrine\Common\Util; Chris@0: Chris@0: use Doctrine\Common\Inflector\Inflector as BaseInflector; Chris@0: Chris@0: /** Chris@0: * Doctrine inflector has static methods for inflecting text. Chris@0: * Chris@0: * Kept for backwards compatibility reasons, was moved to its own component. Chris@0: */ Chris@0: class Inflector extends BaseInflector Chris@0: { Chris@0: }