Skip to content

[Inflector] Wrong plural inflection of word 'season' #32713

@RikudouSage

Description

@RikudouSage

Symfony version(s) affected: 4.3

Description
When you call Symfony\Component\Inflector\Inflector::pluralize('season') it returns seasa instead of seasons.

How to reproduce

<?php
use Symfony\Component\Inflector\Inflector;

var_dump(Inflector::pluralize('season')); // seasa

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions