Skip to content

Remove internal indicator from Inflector component #26927

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/Symfony/Component/Inflector/Inflector.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* Converts words between singular and plural forms.
*
* @author Bernhard Schussek <bschussek@gmail.com>
*
* @internal
*/
final class Inflector
{
Expand Down Expand Up @@ -156,8 +154,6 @@ private function __construct()
*
* @return string|array The singular form or an array of possible singular
* forms
*
* @internal
*/
public static function singularize(string $plural)
{
Expand Down
7 changes: 0 additions & 7 deletions src/Symfony/Component/Inflector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ Inflector Component

Inflector converts words between their singular and plural forms (English only).

Disclaimer
----------

This component is currently marked as internal. Do not use it in your own code.
Breaking changes may be introduced in the next minor version of Symfony, or the
component itself might even be removed completely.

Resources
---------

Expand Down