Commit 1a58136
File tree
8 files changed
+80
-12
lines changedFilter options
- src/Symfony/Component
- Form/Extension/Validator/ViolationMapper
- PropertyAccess
- Tests
8 files changed
+80
-12
lines changed+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
32 | 37 |
|
33 | 38 |
|
34 | 39 |
|
|
src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
159 | 164 |
|
160 | 165 |
|
161 | 166 |
|
|
src/Symfony/Component/PropertyAccess/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/CHANGELOG.md+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
4 | 9 |
|
5 | 10 |
|
6 | 11 |
|
|
src/Symfony/Component/PropertyAccess/PropertyAccessor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/PropertyAccessor.php+15-3Lines changed: 15 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
288 | 288 |
|
289 | 289 |
|
290 | 290 |
|
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
291 | 299 |
|
292 | 300 |
|
293 | 301 |
|
| ||
316 | 324 |
|
317 | 325 |
|
318 | 326 |
|
| 327 | + |
| 328 | + |
319 | 329 |
|
320 |
| - |
| 330 | + |
321 | 331 |
|
322 | 332 |
|
323 | 333 |
|
324 |
| - |
| 334 | + |
325 | 335 |
|
326 | 336 |
|
327 | 337 |
|
| ||
373 | 383 |
|
374 | 384 |
|
375 | 385 |
|
376 |
| - |
| 386 | + |
377 | 387 |
|
378 | 388 |
|
379 | 389 |
|
| ||
433 | 443 |
|
434 | 444 |
|
435 | 445 |
|
| 446 | + |
| 447 | + |
436 | 448 |
|
437 | 449 |
|
438 | 450 |
|
|
src/Symfony/Component/PropertyAccess/PropertyPath.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/PropertyPath.php+27Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
54 | 62 |
|
55 | 63 |
|
56 | 64 |
|
| ||
72 | 80 |
|
73 | 81 |
|
74 | 82 |
|
| 83 | + |
75 | 84 |
|
76 | 85 |
|
77 | 86 |
|
| ||
97 | 106 |
|
98 | 107 |
|
99 | 108 |
|
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
100 | 117 |
|
101 | 118 |
|
102 | 119 |
|
| ||
133 | 150 |
|
134 | 151 |
|
135 | 152 |
|
| 153 | + |
136 | 154 |
|
137 | 155 |
|
138 | 156 |
|
| ||
176 | 194 |
|
177 | 195 |
|
178 | 196 |
|
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
179 | 206 |
|
src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/PropertyPathInterface.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
|
src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php+20-9Lines changed: 20 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
| 45 | + |
48 | 46 |
|
49 | 47 |
|
50 | 48 |
|
| ||
83 | 81 |
|
84 | 82 |
|
85 | 83 |
|
86 |
| - |
| 84 | + |
87 | 85 |
|
88 | 86 |
|
89 | 87 |
|
| ||
312 | 310 |
|
313 | 311 |
|
314 | 312 |
|
315 |
| - |
| 313 | + |
316 | 314 |
|
317 | 315 |
|
318 | 316 |
|
| ||
412 | 410 |
|
413 | 411 |
|
414 | 412 |
|
415 |
| - |
| 413 | + |
416 | 414 |
|
417 | 415 |
|
418 | 416 |
|
| ||
465 | 463 |
|
466 | 464 |
|
467 | 465 |
|
468 |
| - |
| 466 | + |
469 | 467 |
|
470 | 468 |
|
471 | 469 |
|
| ||
517 | 515 |
|
518 | 516 |
|
519 | 517 |
|
520 |
| - |
| 518 | + |
521 | 519 |
|
522 | 520 |
|
523 | 521 |
|
| ||
563 | 561 |
|
564 | 562 |
|
565 | 563 |
|
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
566 | 577 |
|
567 | 578 |
|
568 | 579 |
|
|
src/Symfony/Component/PropertyAccess/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/composer.json+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
|
0 commit comments