Commit b9ee33f
File tree
6 files changed
+65
-26
lines changedFilter options
- src/Symfony
- Bundle/TwigBundle/Resources/config
- Component/DependencyInjection
- Compiler
- Tests
- Compiler
- Dumper
6 files changed
+65
-26
lines changedsrc/Symfony/Bundle/TwigBundle/Resources/config/twig.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
| 62 | + |
62 | 63 |
|
63 | 64 |
|
64 | 65 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php+2-13Lines changed: 2 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
29 |
| - |
30 | 28 |
|
31 | 29 |
|
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 | 30 |
|
37 | 31 |
|
38 | 32 |
|
| ||
100 | 94 |
|
101 | 95 |
|
102 | 96 |
|
103 |
| - |
104 |
| - |
| 97 | + |
105 | 98 |
|
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
| 99 | + |
111 | 100 |
|
112 | 101 |
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveServiceSubscribersPass.php
Copy file name to clipboard+46Lines changed: 46 additions & 0 deletions
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 | + |
src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterServiceSubscribersPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterServiceSubscribersPassTest.php+13-11Lines changed: 13 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
| 18 | + |
17 | 19 |
|
18 | 20 |
|
19 | 21 |
|
| ||
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
41 |
| - |
42 |
| - |
| 43 | + |
| 44 | + |
43 | 45 |
|
44 | 46 |
|
45 | 47 |
|
| ||
54 | 56 |
|
55 | 57 |
|
56 | 58 |
|
57 |
| - |
58 |
| - |
| 59 | + |
| 60 | + |
59 | 61 |
|
60 | 62 |
|
61 | 63 |
|
62 | 64 |
|
63 | 65 |
|
64 | 66 |
|
65 | 67 |
|
66 |
| - |
| 68 | + |
67 | 69 |
|
68 | 70 |
|
69 | 71 |
|
70 |
| - |
71 |
| - |
| 72 | + |
| 73 | + |
72 | 74 |
|
73 | 75 |
|
74 | 76 |
|
| ||
92 | 94 |
|
93 | 95 |
|
94 | 96 |
|
95 |
| - |
| 97 | + |
96 | 98 |
|
97 | 99 |
|
98 | 100 |
|
99 | 101 |
|
100 |
| - |
101 |
| - |
| 102 | + |
| 103 | + |
102 | 104 |
|
103 | 105 |
|
104 | 106 |
|
| ||
125 | 127 |
|
126 | 128 |
|
127 | 129 |
|
128 |
| - |
| 130 | + |
129 | 131 |
|
130 | 132 |
|
131 | 133 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
548 | 549 |
|
549 | 550 |
|
550 | 551 |
|
551 |
| - |
| 552 | + |
552 | 553 |
|
553 | 554 |
|
554 | 555 |
|
|
0 commit comments