We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ef95c2 + bbca179 commit 97b6a2aCopy full SHA for 97b6a2a
components/property_access/introduction.rst
@@ -372,7 +372,7 @@ configured to enable extra features. To do that you could use the
372
Or you can pass parameters directly to the constructor (not the recommended way)::
373
374
// ...
375
- $accessor = new PropertyAccessor(true) // this enable handling of magic __call
+ $accessor = new PropertyAccessor(true) // this enables handling of magic __call
376
377
378
.. _Packagist: https://packagist.org/packages/symfony/property-access
0 commit comments