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.
1 parent ef11ef4 commit c0167daCopy full SHA for c0167da
components/property_access/introduction.rst
@@ -209,7 +209,7 @@ enable this feature by using :class:`Symfony\\Component\\PropertyAccess\\Propert
209
$person = new Person();
210
211
// Enable magic __call
212
- $accessor = PropertyAccess::getPropertyAccessorBuilder()
+ $accessor = PropertyAccess::createPropertyAccessorBuilder()
213
->enableMagicCall()
214
->getPropertyAccessor();
215
@@ -305,7 +305,7 @@ see `Enable other Features`_.
305
306
307
308
309
310
311
0 commit comments