Commit 1b15d57
committed
bug #4300 [Components][PropertyAccess] Fix PropertyAccessorBuilder usage (Thierry Geindre)
This PR was merged into the 2.3 branch.
Discussion
----------
[Components][PropertyAccess] Fix PropertyAccessorBuilder usage
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | 2.3, 2.4, 2.5
| Fixed tickets |
See https://github.com/symfony/PropertyAccess/blob/2.3/PropertyAccess.php
`getPropertyAccessorBuilder` does not exist. But the right fix might be to add the missing method.
Commits
-------
c0167da Fix PropertyAccessorBuilder usage1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
0 commit comments