File tree
15 files changed
+267
-55
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Resources/config
- Component/Runtime
- Internal
- Console
- Command
- Input
- Output
- HttpFoundation
- HttpKernel
- Tests/phpt
15 files changed
+267
-55
lines changedsrc/Symfony/Bundle/FrameworkBundle/Resources/config/services.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/services.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
| 42 | + |
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
| ||
79 | 81 |
|
80 | 82 |
|
81 | 83 |
|
| 84 | + |
| 85 | + |
82 | 86 |
|
83 | 87 |
|
84 | 88 |
|
|
src/Symfony/Component/Runtime/GenericRuntime.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Runtime/GenericRuntime.php+70-18Lines changed: 70 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 |
| - |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
27 | 30 |
|
28 | 31 |
|
29 | 32 |
|
| ||
42 | 45 |
|
43 | 46 |
|
44 | 47 |
|
45 |
| - |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
46 | 54 |
|
47 | 55 |
|
48 | 56 |
|
49 | 57 |
|
| 58 | + |
50 | 59 |
|
51 | 60 |
|
52 |
| - |
| 61 | + |
53 | 62 |
|
54 |
| - |
| 63 | + |
55 | 64 |
|
56 |
| - |
57 |
| - |
| 65 | + |
| 66 | + |
58 | 67 |
|
59 | 68 |
|
60 |
| - |
| 69 | + |
| 70 | + |
61 | 71 |
|
62 |
| - |
63 |
| - |
| 72 | + |
64 | 73 |
|
65 | 74 |
|
66 | 75 |
|
| 76 | + |
| 77 | + |
67 | 78 |
|
68 | 79 |
|
69 | 80 |
|
| ||
95 | 106 |
|
96 | 107 |
|
97 | 108 |
|
98 |
| - |
| 109 | + |
99 | 110 |
|
100 | 111 |
|
101 | 112 |
|
| ||
115 | 126 |
|
116 | 127 |
|
117 | 128 |
|
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 | 129 |
|
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
123 | 152 |
|
124 | 153 |
|
125 | 154 |
|
126 |
| - |
| 155 | + |
127 | 156 |
|
128 | 157 |
|
129 | 158 |
|
| ||
163 | 192 |
|
164 | 193 |
|
165 | 194 |
|
166 |
| - |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
167 | 219 |
|
168 |
| - |
| 220 | + |
169 | 221 |
|
170 | 222 |
|
src/Symfony/Component/Runtime/Internal/Console/ApplicationRuntime.php
Copy file name to clipboard+21Lines changed: 21 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 | + |
src/Symfony/Component/Runtime/Internal/Console/Command/CommandRuntime.php
Copy file name to clipboard+21Lines changed: 21 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 | + |
src/Symfony/Component/Runtime/Internal/Console/Input/InputInterfaceRuntime.php
Copy file name to clipboard+21Lines changed: 21 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 | + |
src/Symfony/Component/Runtime/Internal/Console/Output/OutputInterfaceRuntime.php
Copy file name to clipboard+21Lines changed: 21 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 | + |
src/Symfony/Component/Runtime/Internal/HttpFoundation/RequestRuntime.php
Copy file name to clipboard+21Lines changed: 21 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 | + |
src/Symfony/Component/Runtime/Internal/HttpFoundation/ResponseRuntime.php
Copy file name to clipboard+21Lines changed: 21 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 | + |
src/Symfony/Component/Runtime/Internal/HttpKernel/HttpKernelInterfaceRuntime.php
Copy file name to clipboard+21Lines changed: 21 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 | + |
src/Symfony/Component/Runtime/Internal/autoload_runtime.template
Copy file name to clipboardExpand all lines: src/Symfony/Component/Runtime/Internal/autoload_runtime.template+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
|
src/Symfony/Component/Runtime/RuntimeInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Runtime/RuntimeInterface.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
| 24 | + |
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
|
0 commit comments