mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-25 00:16:27 +00:00
Fix CS
This commit is contained in:
@@ -88,6 +88,7 @@ final class StringExtension extends AbstractExtension
|
||||
if (!class_exists(SpanishInflector::class)) {
|
||||
throw new RuntimeError('SpanishInflector is not available.');
|
||||
}
|
||||
|
||||
return $this->spanishInflector ?? $this->spanishInflector = new SpanishInflector();
|
||||
case 'fr':
|
||||
return $this->frenchInflector ?? $this->frenchInflector = new FrenchInflector();
|
||||
|
||||
Reference in New Issue
Block a user