Commit 1cc7067
committed
File tree
20 files changed
+169
-25
lines changedFilter options
- src/Symfony/Component
- Form
- Extension/Core
- DataTransformer
- Type
- Tests
- Command
- Extension
- Core/Type
- Validator
- Mailer
- Bridge
- Amazon/Tests/Transport
- Google/Tests/Transport
- Mailchimp/Tests/Transport
- Mailgun/Tests/Transport
- Postmark/Tests/Transport
- Sendgrid/Tests/Transport
- Test
- Tests/Transport
- Smtp
- VarDumper
20 files changed
+169
-25
lines changed+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
| 75 | + |
| 76 | + |
75 | 77 |
|
76 | 78 |
|
77 | 79 |
|
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
152 | 152 |
|
153 | 153 |
|
154 | 154 |
|
| 155 | + |
| 156 | + |
155 | 157 |
|
156 | 158 |
|
157 | 159 |
|
|
src/Symfony/Component/Form/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/CHANGELOG.md+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
| 26 | + |
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
|
src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php+9-7Lines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
34 |
| - |
| 35 | + |
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
| ||
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
| 45 | + |
44 | 46 |
|
45 | 47 |
|
46 | 48 |
|
| ||
165 | 167 |
|
166 | 168 |
|
167 | 169 |
|
168 |
| - |
169 |
| - |
170 |
| - |
171 |
| - |
172 |
| - |
173 |
| - |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
174 | 176 |
|
175 | 177 |
|
176 | 178 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/TimeType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/TimeType.php+29-3Lines changed: 29 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
48 | 52 |
|
49 | 53 |
|
50 | 54 |
|
| ||
56 | 60 |
|
57 | 61 |
|
58 | 62 |
|
59 |
| - |
60 |
| - |
61 | 63 |
|
62 | 64 |
|
63 | 65 |
|
| ||
68 | 70 |
|
69 | 71 |
|
70 | 72 |
|
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
71 | 87 |
|
72 | 88 |
|
73 | 89 |
|
| ||
157 | 173 |
|
158 | 174 |
|
159 | 175 |
|
160 |
| - |
| 176 | + |
161 | 177 |
|
162 | 178 |
|
163 | 179 |
|
| ||
262 | 278 |
|
263 | 279 |
|
264 | 280 |
|
| 281 | + |
265 | 282 |
|
266 | 283 |
|
267 | 284 |
|
| ||
280 | 297 |
|
281 | 298 |
|
282 | 299 |
|
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
283 | 308 |
|
284 | 309 |
|
285 | 310 |
|
| ||
300 | 325 |
|
301 | 326 |
|
302 | 327 |
|
| 328 | + |
303 | 329 |
|
304 | 330 |
|
305 | 331 |
|
|
src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
|
src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php+98Lines changed: 98 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
276 | 276 |
|
277 | 277 |
|
278 | 278 |
|
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
279 | 330 |
|
280 | 331 |
|
281 | 332 |
|
| ||
311 | 362 |
|
312 | 363 |
|
313 | 364 |
|
| 365 | + |
314 | 366 |
|
315 | 367 |
|
316 | 368 |
|
| ||
337 | 389 |
|
338 | 390 |
|
339 | 391 |
|
| 392 | + |
340 | 393 |
|
341 | 394 |
|
342 | 395 |
|
| ||
357 | 410 |
|
358 | 411 |
|
359 | 412 |
|
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
| 418 | + |
| 419 | + |
| 420 | + |
| 421 | + |
| 422 | + |
| 423 | + |
| 424 | + |
| 425 | + |
| 426 | + |
| 427 | + |
| 428 | + |
| 429 | + |
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
| 435 | + |
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
360 | 446 |
|
361 | 447 |
|
362 | 448 |
|
| ||
762 | 848 |
|
763 | 849 |
|
764 | 850 |
|
| 851 | + |
| 852 | + |
| 853 | + |
| 854 | + |
| 855 | + |
| 856 | + |
| 857 | + |
| 858 | + |
| 859 | + |
| 860 | + |
| 861 | + |
| 862 | + |
765 | 863 |
|
766 | 864 |
|
767 | 865 |
|
|
src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorTypeGuesserTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorTypeGuesserTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
113 |
| - |
114 |
| - |
| 113 | + |
| 114 | + |
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
119 |
| - |
| 119 | + |
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
|
src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesTransportFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesTransportFactoryTest.php+1-1Lines changed: 1 addition & 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 |
|
|
src/Symfony/Component/Mailer/Bridge/Google/Tests/Transport/GmailTransportFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Google/Tests/Transport/GmailTransportFactoryTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
|
src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillTransportFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillTransportFactoryTest.php+1-1Lines changed: 1 addition & 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 |
|
|
src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunTransportFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunTransportFactoryTest.php+1-1Lines changed: 1 addition & 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 |
|
|
src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkTransportFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkTransportFactoryTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
|
src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Transport/SendgridTransportFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Transport/SendgridTransportFactoryTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
|
src/Symfony/Component/Mailer/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/CHANGELOG.md+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
16 |
| - |
| 17 | + |
src/Symfony/Component/Mailer/Tests/TransportFactoryTestCase.php renamed to src/Symfony/Component/Mailer/Test/TransportFactoryTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Test/TransportFactoryTestCase.php+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
24 | 29 |
|
25 | 30 |
|
26 | 31 |
|
|
0 commit comments