Commit 845396d
committed
Merge branch '8.0' into 8.1
* 8.0:
[WebProfilerBundle] Fix failing test on PHP 8.6
PHP CS Fixer: backports changes toward 6.4 branch
Disable php_unit_attributes CS rule on 6.4
[DependencyInjection] Fix autowiring nullable intersection types
Fix tests
Fix phpunit script
fix(scheduler): support command aliases9 files changed
+41-8Lines changed: 41 additions & 8 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony
- Bundle/WebProfilerBundle/Tests/Controller
- Component
- DependencyInjection
- Compiler
- Tests/Compiler
- Emoji/Resources/bin
- Mailer/Transport
- Messenger/Tests/Handler
- Notifier/Transport
- Scheduler
- DependencyInjection
- Tests/DependencyInjection
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/ProfilerControllerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/ProfilerControllerTest.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
371 | 371 | |
372 | 372 | |
373 | 373 | |
374 | | - |
| 374 | + |
375 | 375 | |
376 | 376 | |
377 | 377 | |
|
Collapse file
src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
722 | 722 | |
723 | 723 | |
724 | 724 | |
725 | | - |
| 725 | + |
726 | 726 | |
727 | 727 | |
728 | 728 | |
|
Collapse file
src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php+18-1Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
453 | 453 | |
454 | 454 | |
455 | 455 | |
456 | | - |
| 456 | + |
457 | 457 | |
458 | 458 | |
459 | 459 | |
| ||
466 | 466 | |
467 | 467 | |
468 | 468 | |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
469 | 486 | |
470 | 487 | |
471 | 488 | |
|
Collapse file
src/Symfony/Component/Emoji/Resources/bin/build.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Emoji/Resources/bin/build.php+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
260 | 260 | |
261 | 261 | |
262 | 262 | |
| 263 | + |
| 264 | + |
Collapse file
src/Symfony/Component/Mailer/Transport/RoundRobinTransport.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Transport/RoundRobinTransport.php+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
125 | 125 | |
126 | 126 | |
127 | 127 | |
| 128 | + |
| 129 | + |
Collapse file
src/Symfony/Component/Messenger/Tests/Handler/HandlerDescriptorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Handler/HandlerDescriptorTest.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | | - |
| 40 | + |
41 | 41 | |
42 | 42 | |
43 | 43 | |
|
Collapse file
src/Symfony/Component/Notifier/Transport/RoundRobinTransport.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Transport/RoundRobinTransport.php+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
140 | 140 | |
141 | 141 | |
142 | 142 | |
| 143 | + |
| 144 | + |
Collapse file
src/Symfony/Component/Scheduler/DependencyInjection/AddScheduleMessengerPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Scheduler/DependencyInjection/AddScheduleMessengerPass.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
64 | 64 | |
65 | 65 | |
66 | 66 | |
67 | | - |
| 67 | + |
68 | 68 | |
69 | 69 | |
70 | 70 | |
|
Collapse file
src/Symfony/Component/Scheduler/Tests/DependencyInjection/AddScheduleMessengerPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Scheduler/Tests/DependencyInjection/AddScheduleMessengerPassTest.php+13-3Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
| 24 | + |
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | | - |
| 28 | + |
29 | 29 | |
30 | 30 | |
31 | | - |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | 34 | |
| ||
56 | 56 | |
57 | 57 | |
58 | 58 | |
| 59 | + |
| 60 | + |
59 | 61 | |
60 | 62 | |
61 | 63 | |
| ||
66 | 68 | |
67 | 69 | |
68 | 70 | |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
0 commit comments