Commit cad21a9
File tree
60 files changed
+752
-201
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- Command
- EventListener
- Resources/config
- Tests/Functional
- Component
- DependencyInjection
- HtmlSanitizer/Tests
- Fixtures
- Reference
- HttpClient
- Internal
- Response
- HttpFoundation
- Tests
- HttpKernel/Attribute
- Lock/Store
- Mailer/Transport/Smtp/Stream
- Messenger/Bridge/Amqp/Transport
- Notifier/Bridge/AmazonSns/Tests
- PropertyInfo/Tests/Extractor
- Routing
- Loader
- Configurator
- Tests
- Fixtures/locale_and_host
- Loader
- Scheduler/Trigger
- Security/Core/Resources/translations
- Serializer
- Normalizer
- Tests/Normalizer
- Validator
- Constraints
- Resources/translations
- VarDumper
- Dumper
- Tests
- Caster
- Dumper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+752
-201
lines changedsrc/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php+6-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
290 | 290 |
|
291 | 291 |
|
292 | 292 |
|
293 |
| - |
| 293 | + |
| 294 | + |
| 295 | + |
294 | 296 |
|
295 | 297 |
|
296 | 298 |
|
| ||
308 | 310 |
|
309 | 311 |
|
310 | 312 |
|
311 |
| - |
| 313 | + |
| 314 | + |
| 315 | + |
312 | 316 |
|
313 | 317 |
|
314 | 318 |
|
|
src/Symfony/Bundle/FrameworkBundle/EventListener/ConsoleProfilerListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/EventListener/ConsoleProfilerListener.php+10-4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
| 42 | + |
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
| ||
66 | 68 |
|
67 | 69 |
|
68 | 70 |
|
69 |
| - |
| 71 | + |
70 | 72 |
|
71 | 73 |
|
72 | 74 |
|
| ||
92 | 94 |
|
93 | 95 |
|
94 | 96 |
|
95 |
| - |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
96 | 103 |
|
97 | 104 |
|
98 | 105 |
|
| ||
114 | 121 |
|
115 | 122 |
|
116 | 123 |
|
117 |
| - |
118 |
| - |
| 124 | + |
119 | 125 |
|
120 | 126 |
|
121 | 127 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.php+6-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
51 | 56 |
|
52 | 57 |
|
53 | 58 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/services.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/services.php+2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
| 103 | + |
103 | 104 |
|
104 | 105 |
|
105 | 106 |
|
| ||
197 | 198 |
|
198 | 199 |
|
199 | 200 |
|
| 201 | + |
200 | 202 |
|
201 | 203 |
|
202 | 204 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDebugCommandTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDebugCommandTest.php+6-6
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
140 | 140 |
|
141 | 141 |
|
142 | 142 |
|
143 |
| - |
144 |
| - |
145 |
| - |
| 143 | + |
| 144 | + |
| 145 | + |
146 | 146 |
|
147 |
| - |
148 |
| - |
149 |
| - |
| 147 | + |
| 148 | + |
| 149 | + |
150 | 150 |
|
151 | 151 |
|
152 | 152 |
|
|
src/Symfony/Component/DependencyInjection/Container.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Container.php+8
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
291 | 291 |
|
292 | 292 |
|
293 | 293 |
|
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
294 | 302 |
|
295 | 303 |
|
296 | 304 |
|
|
src/Symfony/Component/DependencyInjection/EnvVarProcessor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/EnvVarProcessor.php+4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
380 | 380 |
|
381 | 381 |
|
382 | 382 |
|
| 383 | + |
| 384 | + |
| 385 | + |
| 386 | + |
383 | 387 |
|
384 | 388 |
|
src/Symfony/Component/HtmlSanitizer/Tests/Fixtures/baseline-attribute-allow-list.json
Copy file name to clipboard+213
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 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 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 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
0 commit comments