Commit 1da8591
committed
File tree
Expand file treeCollapse file tree
30 files changed
+203
-65
lines changedFilter options
- src/Symfony
- Bridge
- PhpUnit/bin
- Twig
- Bundle
- FrameworkBundle
- Tests/Controller
- SecurityBundle
- TwigBundle/Resources/views
- WebProfilerBundle/Resources/views/Profiler
- Component
- Console
- DependencyInjection
- Compiler
- Dumper
- Tests/Fixtures/php
- Form
- HttpKernel
- Tests
- Security
- Csrf
- Validator
- Constraints
- Tests
- Constraints
- Fixtures
- Workflow
- Yaml
- Tests
Expand file treeCollapse file tree
30 files changed
+203
-65
lines changed+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| 38 | + |
| 39 | + |
38 | 40 |
|
39 |
| - |
| 41 | + |
| 42 | + |
| 43 | + |
40 | 44 |
|
41 | 45 |
|
42 |
| - |
43 | 46 |
|
44 | 47 |
|
45 | 48 |
|
| ||
57 | 60 |
|
58 | 61 |
|
59 | 62 |
|
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/bin/simple-phpunit+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
63 | 68 |
|
64 | 69 |
|
65 | 70 |
|
|
src/Symfony/Bridge/Twig/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Controller/RedirectControllerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Controller/RedirectControllerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
252 | 252 |
|
253 | 253 |
|
254 | 254 |
|
255 |
| - |
| 255 | + |
256 | 256 |
|
257 | 257 |
|
258 | 258 |
|
|
src/Symfony/Bundle/FrameworkBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
src/Symfony/Bundle/SecurityBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/composer.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
|
src/Symfony/Bundle/TwigBundle/Resources/views/base_js.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Resources/views/base_js.html.twig+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
|
src/Symfony/Component/Console/Application.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Application.php+28-5Lines changed: 28 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| 42 | + |
| 43 | + |
42 | 44 |
|
43 | 45 |
|
44 | 46 |
|
| ||
116 | 118 |
|
117 | 119 |
|
118 | 120 |
|
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
119 | 140 |
|
120 | 141 |
|
121 | 142 |
|
| ||
125 | 146 |
|
126 | 147 |
|
127 | 148 |
|
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
| 149 | + |
133 | 150 |
|
134 | 151 |
|
135 | 152 |
|
| ||
140 | 157 |
|
141 | 158 |
|
142 | 159 |
|
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
143 | 166 |
|
144 | 167 |
|
145 | 168 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
148 | 149 |
|
149 | 150 |
|
150 | 151 |
|
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
151 | 156 |
|
152 | 157 |
|
153 | 158 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+11-7Lines changed: 11 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
224 | 224 |
|
225 | 225 |
|
226 | 226 |
|
227 |
| - |
228 |
| - |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
229 | 233 |
|
230 | 234 |
|
231 |
| - |
232 |
| - |
| 235 | + |
| 236 | + |
233 | 237 |
|
234 | 238 |
|
235 | 239 |
|
| ||
424 | 428 |
|
425 | 429 |
|
426 | 430 |
|
427 |
| - |
| 431 | + |
428 | 432 |
|
429 | 433 |
|
430 | 434 |
|
431 | 435 |
|
432 | 436 |
|
433 |
| - |
| 437 | + |
434 | 438 |
|
435 | 439 |
|
436 | 440 |
|
| ||
1082 | 1086 |
|
1083 | 1087 |
|
1084 | 1088 |
|
1085 |
| - |
| 1089 | + |
1086 | 1090 |
|
1087 | 1091 |
|
1088 | 1092 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_as_files.txt
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_as_files.txt+9-5Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
231 | 231 |
|
232 | 232 |
|
233 | 233 |
|
234 |
| - |
| 234 | + |
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
| ||
483 | 483 |
|
484 | 484 |
|
485 | 485 |
|
486 |
| - |
487 |
| - |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
488 | 492 |
|
489 | 493 |
|
490 |
| - |
491 |
| - |
| 494 | + |
| 495 | + |
492 | 496 |
|
493 | 497 |
|
494 | 498 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
340 | 340 |
|
341 | 341 |
|
342 | 342 |
|
343 |
| - |
| 343 | + |
344 | 344 |
|
345 | 345 |
|
346 | 346 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_requires.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_requires.php+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
99 |
| - |
| 98 | + |
| 99 | + |
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
|
src/Symfony/Component/Form/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
|
src/Symfony/Component/HttpKernel/Kernel.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php+18-8Lines changed: 18 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
356 | 356 |
|
357 | 357 |
|
358 | 358 |
|
359 |
| - |
| 359 | + |
360 | 360 |
|
361 | 361 |
|
362 | 362 |
|
| ||
452 | 452 |
|
453 | 453 |
|
454 | 454 |
|
455 |
| - |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
456 | 462 |
|
457 | 463 |
|
458 | 464 |
|
459 | 465 |
|
460 | 466 |
|
461 | 467 |
|
462 | 468 |
|
463 |
| - |
| 469 | + |
464 | 470 |
|
465 | 471 |
|
466 | 472 |
|
| ||
487 | 493 |
|
488 | 494 |
|
489 | 495 |
|
| 496 | + |
| 497 | + |
490 | 498 |
|
491 | 499 |
|
492 | 500 |
|
493 | 501 |
|
494 | 502 |
|
495 | 503 |
|
| 504 | + |
| 505 | + |
496 | 506 |
|
497 | 507 |
|
498 | 508 |
|
499 | 509 |
|
500 | 510 |
|
501 | 511 |
|
| 512 | + |
| 513 | + |
502 | 514 |
|
503 | 515 |
|
504 | 516 |
|
505 |
| - |
506 |
| - |
507 | 517 |
|
508 | 518 |
|
509 | 519 |
|
| ||
519 | 529 |
|
520 | 530 |
|
521 | 531 |
|
522 |
| - |
523 |
| - |
| 532 | + |
| 533 | + |
524 | 534 |
|
525 | 535 |
|
526 | 536 |
|
527 | 537 |
|
528 |
| - |
| 538 | + |
529 | 539 |
|
530 | 540 |
|
531 | 541 |
|
|
src/Symfony/Component/HttpKernel/Tests/KernelTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/KernelTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
521 | 521 |
|
522 | 522 |
|
523 | 523 |
|
524 |
| - |
| 524 | + |
525 | 525 |
|
526 | 526 |
|
527 | 527 |
|
|
0 commit comments