Skip to content

Commit 97b6a2a

Browse files
committed
Merge pull request #3122 from bicpi/fix_property_access_typos_2_3
[PropertyAccess] Fix typo in 2.3+
2 parents 8ef95c2 + bbca179 commit 97b6a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/property_access/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ configured to enable extra features. To do that you could use the
372372
Or you can pass parameters directly to the constructor (not the recommended way)::
373373

374374
// ...
375-
$accessor = new PropertyAccessor(true) // this enable handling of magic __call
375+
$accessor = new PropertyAccessor(true) // this enables handling of magic __call
376376

377377

378378
.. _Packagist: https://packagist.org/packages/symfony/property-access

0 commit comments

Comments
 (0)