Commit 2cab2f5
File tree
9 files changed
+44
-56
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle
- DependencyInjection
- SecurityBundle
- DependencyInjection
- TwigBundle
- DependencyInjection
- Component/DependencyInjection
9 files changed
+44
-56
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
125 |
| - |
| 125 | + |
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+27-32Lines changed: 27 additions & 32 deletions
Large diffs are not rendered by default.
src/Symfony/Bundle/FrameworkBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+3-8Lines changed: 3 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| ||
72 | 71 |
|
73 | 72 |
|
74 | 73 |
|
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 | 74 |
|
80 | 75 |
|
81 | 76 |
|
| ||
97 | 92 |
|
98 | 93 |
|
99 | 94 |
|
100 |
| - |
| 95 | + |
101 | 96 |
|
102 | 97 |
|
103 | 98 |
|
| ||
107 | 102 |
|
108 | 103 |
|
109 | 104 |
|
110 |
| - |
| 105 | + |
111 | 106 |
|
112 | 107 |
|
113 | 108 |
|
| ||
802 | 797 |
|
803 | 798 |
|
804 | 799 |
|
805 |
| - |
| 800 | + |
806 | 801 |
|
807 | 802 |
|
808 | 803 |
|
|
src/Symfony/Bundle/SecurityBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/composer.json+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
|
src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php+4-9Lines changed: 4 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| ||
36 | 35 |
|
37 | 36 |
|
38 | 37 |
|
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 | 38 |
|
44 | 39 |
|
45 | 40 |
|
46 |
| - |
| 41 | + |
47 | 42 |
|
48 | 43 |
|
49 | 44 |
|
50 |
| - |
| 45 | + |
51 | 46 |
|
52 | 47 |
|
53 | 48 |
|
54 |
| - |
| 49 | + |
55 | 50 |
|
56 | 51 |
|
57 | 52 |
|
58 |
| - |
| 53 | + |
59 | 54 |
|
60 | 55 |
|
61 | 56 |
|
|
src/Symfony/Bundle/TwigBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/composer.json+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
|
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1409 | 1409 |
|
1410 | 1410 |
|
1411 | 1411 |
|
| 1412 | + |
| 1413 | + |
1412 | 1414 |
|
1413 | 1415 |
|
1414 | 1416 |
|
1415 |
| - |
1416 |
| - |
1417 |
| - |
1418 |
| - |
1419 |
| - |
| 1417 | + |
| 1418 | + |
1420 | 1419 |
|
1421 | 1420 |
|
1422 | 1421 |
|
1423 | 1422 |
|
1424 | 1423 |
|
1425 | 1424 |
|
1426 |
| - |
| 1425 | + |
1427 | 1426 |
|
1428 | 1427 |
|
1429 | 1428 |
|
|
0 commit comments