FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
mailpoet
/
vendor-prefixed
/
symfony
/
string
/
Inflector
Edit File: InflectorInterface.php
<?php namespace MailPoetVendor\Symfony\Component\String\Inflector; if (!defined('ABSPATH')) exit; interface InflectorInterface { public function singularize(string $plural) : array; public function pluralize(string $singular) : array; }
Save
Back