| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | 522 | public static function getSingularRuleset() : Ruleset |
|
| 15 | { |
||
| 16 | 522 | return new Ruleset( |
|
| 17 | 522 | new Transformations(...Inflectible::getSingular()), |
|
| 18 | 522 | new Patterns(...Uninflected::getSingular()), |
|
| 19 | 522 | (new Substitutions(...Inflectible::getIrregular()))->getFlippedSubstitutions() |
|
| 20 | ); |
||
| 32 |