File tree
Expand file treeCollapse file tree
8 files changed
+43
-101
lines changedFilter options
- .github/workflows
- src/Symfony
- Bridge/Doctrine
- Component
- ErrorHandler
- Tests/phpt
- Validator
- Tests
- VarDumper
- Caster
- Tests/Caster
Expand file treeCollapse file tree
8 files changed
+43
-101
lines changed.github/workflows/unit-tests.yml
Copy file name to clipboardExpand all lines: .github/workflows/unit-tests.yml+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 | 24 |
|
26 |
| - |
27 | 25 |
|
| 26 | + |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| ||
172 | 172 |
|
173 | 173 |
|
174 | 174 |
|
175 |
| - |
176 |
| - |
177 | 175 |
|
178 | 176 |
|
179 | 177 |
|
180 | 178 |
|
181 | 179 |
|
182 | 180 |
|
| 181 | + |
| 182 | + |
183 | 183 |
|
184 | 184 |
|
185 | 185 |
|
|
src/Symfony/Bridge/Doctrine/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/composer.json+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| 52 | + |
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
| 58 | + |
57 | 59 |
|
58 | 60 |
|
59 | 61 |
|
|
src/Symfony/Component/ErrorHandler/ErrorHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/ErrorHandler.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
609 | 609 |
|
610 | 610 |
|
611 | 611 |
|
612 |
| - |
| 612 | + |
| 613 | + |
| 614 | + |
613 | 615 |
|
614 | 616 |
|
615 | 617 |
|
|
src/Symfony/Component/ErrorHandler/Tests/phpt/exception_rethrown.phpt
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/Tests/phpt/exception_rethrown.phpt+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
| 20 | + |
| 21 | + |
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
| ||
34 | 36 |
|
35 | 37 |
|
36 | 38 |
|
37 |
| - |
| 39 | + |
38 | 40 |
|
src/Symfony/Component/Validator/Tests/ConstraintValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/ConstraintValidatorTest.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
| 26 | + |
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
|
src/Symfony/Component/Validator/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
|
src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php+11-9Lines changed: 11 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
134 | 134 |
|
135 | 135 |
|
136 | 136 |
|
137 |
| - |
| 137 | + |
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
| ||
263 | 263 |
|
264 | 264 |
|
265 | 265 |
|
266 |
| - |
267 |
| - |
268 |
| - |
269 |
| - |
270 |
| - |
271 |
| - |
272 |
| - |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
273 | 276 |
|
274 |
| - |
275 | 277 |
|
276 | 278 |
|
277 | 279 |
|
|
src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php+15-83Lines changed: 15 additions & 83 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| - |
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
| 125 | + |
| 126 | + |
140 | 127 |
|
141 | 128 |
|
142 | 129 |
|
| ||
145 | 132 |
|
146 | 133 |
|
147 | 134 |
|
148 |
| - |
149 |
| - |
| 135 | + |
150 | 136 |
|
151 | 137 |
|
152 | 138 |
|
| ||
468 | 454 |
|
469 | 455 |
|
470 | 456 |
|
471 |
| - |
472 |
| - |
| 457 | + |
473 | 458 |
|
474 | 459 |
|
475 |
| - |
| 460 | + |
476 | 461 |
|
477 | 462 |
|
478 | 463 |
|
479 | 464 |
|
480 | 465 |
|
481 | 466 |
|
482 |
| - |
| 467 | + |
483 | 468 |
|
484 | 469 |
|
485 | 470 |
|
486 |
| - |
487 |
| - |
488 |
| - |
489 |
| - |
490 |
| - |
491 |
| - |
492 |
| - |
493 |
| - |
494 |
| - |
495 |
| - |
496 |
| - |
497 |
| - |
498 |
| - |
499 |
| - |
500 |
| - |
501 |
| - |
502 |
| - |
503 | 471 |
|
504 | 472 |
|
505 | 473 |
|
506 | 474 |
|
507 | 475 |
|
508 | 476 |
|
509 | 477 |
|
510 |
| - |
511 |
| - |
| 478 | + |
512 | 479 |
|
513 | 480 |
|
514 | 481 |
|
515 |
| - |
516 |
| - |
| 482 | + |
| 483 | + |
517 | 484 |
|
518 |
| - |
519 |
| - |
520 |
| - |
521 |
| - |
| 485 | + |
| 486 | + |
522 | 487 |
|
523 | 488 |
|
524 |
| - |
| 489 | + |
525 | 490 |
|
526 | 491 |
|
527 | 492 |
|
528 |
| - |
529 |
| - |
| 493 | + |
| 494 | + |
530 | 495 |
|
531 | 496 |
|
532 | 497 |
|
533 | 498 |
|
534 | 499 |
|
535 |
| - |
536 |
| - |
537 |
| - |
538 |
| - |
539 |
| - |
540 |
| - |
541 |
| - |
542 |
| - |
543 |
| - |
544 |
| - |
545 |
| - |
546 |
| - |
547 |
| - |
548 |
| - |
549 |
| - |
550 |
| - |
551 |
| - |
552 |
| - |
553 |
| - |
554 |
| - |
555 |
| - |
556 |
| - |
557 |
| - |
558 |
| - |
559 |
| - |
560 |
| - |
561 |
| - |
562 |
| - |
563 |
| - |
564 |
| - |
565 |
| - |
566 |
| - |
567 |
| - |
| 500 | + |
568 | 501 |
|
569 | 502 |
|
570 | 503 |
|
571 | 504 |
|
572 |
| - |
573 | 505 |
|
574 | 506 |
|
575 | 507 |
|
|
0 commit comments