Skip to content

Commit 1d71a6e

Browse files
committed
[Inflector] Removed the component
1 parent 39aaf4e commit 1d71a6e

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

_build/redirection_map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,3 +515,4 @@
515515
/frontend/encore/shared-entry /frontend/encore/split-chunks
516516
/testing/functional_tests_assertions /testing#testing-application-assertions
517517
/security/named_encoders /security/named_hashers
518+
/components/inflector /components/string#inflector

components/inflector.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

components/property_access.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ The PropertyAccess component checks for methods called ``add<SingularOfTheProper
400400
and ``remove<SingularOfThePropertyName>()``. Both methods must be defined.
401401
For instance, in the previous example, the component looks for the ``addChild()``
402402
and ``removeChild()`` methods to access to the ``children`` property.
403-
`The Inflector component`_ is used to find the singular of a property name.
403+
`The String component`_ inflector is used to find the singular of a property name.
404404

405405
If available, *adder* and *remover* methods have priority over a *setter* method.
406406

@@ -538,4 +538,4 @@ Or you can pass parameters directly to the constructor (not the recommended way)
538538
// enable handling of magic __call, __set but not __get:
539539
$propertyAccessor = new PropertyAccessor(PropertyAccessor::MAGIC_CALL | PropertyAccessor::MAGIC_SET);
540540

541-
.. _The Inflector component: https://github.com/symfony/inflector
541+
.. _`The String component`: https://github.com/symfony/string

0 commit comments

Comments
 (0)