File tree 1 file changed +5
-4
lines changed
components/property_access
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -314,12 +314,13 @@ Checking Property Paths
314
314
315
315
.. versionadded :: 2.5
316
316
The methods
317
- :method: `PropertyAccessor::isReadable<Symfony\\ Component\\ PropertyAccess\\ PropertyAccessor::isReadable> `
317
+ :method: `PropertyAccessor::isReadable <Symfony\\ Component\\ PropertyAccess\\ PropertyAccessor::isReadable> `
318
318
and
319
- :method: `PropertyAccessor::isWritable<Symfony\\ Component\\ PropertyAccess\\ PropertyAccessor::isWritable> `
320
- methods were added in Symfony 2.5.
319
+ :method: `PropertyAccessor::isWritable <Symfony\\ Component\\ PropertyAccess\\ PropertyAccessor::isWritable> `
320
+ methods were introduced in Symfony 2.5.
321
321
322
- When you want to check whether :method: `PropertyAccessor::getValue<Symfony\\ Component\\ PropertyAccess\\ PropertyAccessor::getValue> `
322
+ When you want to check whether
323
+ :method: `PropertyAccessor::getValue<Symfony\\ Component\\ PropertyAccess\\ PropertyAccessor::getValue> `
323
324
can safely be called without actually calling that method, you can use
324
325
:method: `PropertyAccessor::isReadable<Symfony\\ Component\\ PropertyAccess\\ PropertyAccessor::isReadable> `
325
326
instead::
You can’t perform that action at this time.
0 commit comments