Commit 57c7290
committed
Merge branch '6.4' into 7.4
* 6.4:
Add an agent skill for authoring pull requests
[Translation] Read CSV translations without SplFileObject
[Validator] Allow a literal # in the fragment part of Url
[HttpFoundation] Declare create_sid() on session handlers
[BrowserKit][HttpClient][Routing] Don't pass objects to http_build_query()
[VarDumper] Don't call ArrayIterator::getFlags() nor ::setFlags()
Use spl_object_id() instead of spl_object_hash()
[PhpUnitBridge] Fix crash when a deprecation is triggered from a method inherited from an internal class
[MonologBridge] Release command data in ConsoleCommandProcessor when the command terminates
[Mailer] Reconnect after a timeout to avoid SMTP response desync
# Conflicts:
# .github/expected-missing-return-types.diff
# src/Symfony/Bridge/Monolog/Processor/ConsoleCommandProcessor.php
# src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php
# src/Symfony/Component/Cache/Adapter/ProxyAdapter.php
# src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
# src/Symfony/Component/Lock/Store/DoctrineDbalPostgreSqlStore.php
# src/Symfony/Component/Lock/Store/PostgreSqlStore.php46 files changed
+650-143Lines changed: 650 additions & 143 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .agents/skills/pr-authoring
- .github
- src/Symfony
- Bridge
- Doctrine
- Tests
- Monolog
- Processor
- Tests/Processor
- PhpUnit
- DeprecationErrorHandler
- Tests/DeprecationErrorHandler
- Bundle/WebProfilerBundle/Tests/Functional
- Component
- BrowserKit
- Cache/Adapter
- Console/Helper
- DependencyInjection
- EventDispatcher
- Debug
- Tests/Debug
- Form
- ChoiceList/Factory
- Extension/DataCollector
- Tests/Extension/DataCollector
- HttpClient
- Tests
- HttpFoundation
- Session/Storage
- Handler
- Proxy
- Tests
- Fixtures
- Session/Storage
- Handler
- Proxy
- Mailer
- Tests/Transport/Smtp
- Transport/Smtp
- Routing/Generator
- Scheduler
- Tests/Trigger
- Trigger
- Translation
- Loader
- Tests
- Fixtures
- Loader
- Validator
- Constraints
- Context
- Tests/Constraints
- Validator
- VarDumper/Caster
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.agents/skills/pr-authoring/SKILL.md
Copy file name to clipboard+41Lines changed: 41 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
Collapse file
+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
Collapse file
.github/expected-missing-return-types.diff
Copy file name to clipboardExpand all lines: .github/expected-missing-return-types.diff+27Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
397 | 397 | |
398 | 398 | |
399 | 399 | |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
| 407 | + |
| 408 | + |
| 409 | + |
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
| 418 | + |
| 419 | + |
| 420 | + |
| 421 | + |
| 422 | + |
| 423 | + |
| 424 | + |
| 425 | + |
| 426 | + |
400 | 427 | |
401 | 428 | |
402 | 429 | |
|
Collapse file
src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
204 | 204 | |
205 | 205 | |
206 | 206 | |
207 | | - |
| 207 | + |
208 | 208 | |
209 | 209 | |
210 | 210 | |
|
Collapse file
src/Symfony/Bridge/Doctrine/Tests/TestRepositoryFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/TestRepositoryFactory.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
49 | 49 | |
50 | 50 | |
51 | 51 | |
52 | | - |
| 52 | + |
53 | 53 | |
54 | 54 | |
Collapse file
src/Symfony/Bridge/Monolog/Processor/ConsoleCommandProcessor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/Processor/ConsoleCommandProcessor.php+18-8Lines changed: 18 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | | - |
| 28 | + |
29 | 29 | |
30 | 30 | |
31 | 31 | |
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
39 | | - |
| 38 | + |
| 39 | + |
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | 45 | |
46 | 46 | |
47 | | - |
48 | | - |
| 47 | + |
| 48 | + |
49 | 49 | |
50 | 50 | |
51 | 51 | |
52 | 52 | |
53 | | - |
| 53 | + |
54 | 54 | |
55 | 55 | |
56 | 56 | |
57 | | - |
| 57 | + |
58 | 58 | |
59 | 59 | |
60 | | - |
| 60 | + |
61 | 61 | |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
62 | 69 | |
63 | 70 | |
64 | 71 | |
65 | 72 | |
66 | 73 | |
67 | 74 | |
| 75 | + |
| 76 | + |
| 77 | + |
68 | 78 | |
69 | 79 | |
70 | 80 | |
Collapse file
src/Symfony/Bridge/Monolog/Tests/Processor/ConsoleCommandProcessorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/Tests/Processor/ConsoleCommandProcessorTest.php+99-2Lines changed: 99 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
17 | 18 | |
| 19 | + |
18 | 20 | |
| 21 | + |
| 22 | + |
19 | 23 | |
20 | 24 | |
| 25 | + |
21 | 26 | |
22 | 27 | |
23 | 28 | |
| ||
74 | 79 | |
75 | 80 | |
76 | 81 | |
77 | | - |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
78 | 175 | |
79 | 176 | |
80 | 177 | |
81 | 178 | |
82 | | - |
| 179 | + |
83 | 180 | |
84 | 181 | |
85 | 182 | |
|
Collapse file
src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php+14-3Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
213 | 213 | |
214 | 214 | |
215 | 215 | |
216 | | - |
217 | 216 | |
218 | | - |
| 217 | + |
219 | 218 | |
220 | 219 | |
221 | 220 | |
222 | | - |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
223 | 234 | |
224 | 235 | |
225 | 236 | |
|
Collapse file
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
75 | 75 | |
76 | 76 | |
77 | 77 | |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
78 | 92 | |
79 | 93 | |
80 | 94 | |
|
Collapse file
src/Symfony/Bundle/WebProfilerBundle/Tests/Functional/WebProfilerBundleKernel.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Tests/Functional/WebProfilerBundleKernel.php+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
68 | 68 | |
69 | 69 | |
70 | 70 | |
71 | | - |
| 71 | + |
72 | 72 | |
73 | 73 | |
74 | 74 | |
75 | 75 | |
76 | | - |
| 76 | + |
77 | 77 | |
78 | 78 | |
79 | 79 | |
|
0 commit comments