File tree
17 files changed
+711
-124
lines changedFilter options
- src/Symfony
- Bridge
- Doctrine
- ProxyManager
- LazyProxy/PhpDumper
- Tests/LazyProxy
- Fixtures/php
- PhpDumper
- Bundle/FrameworkBundle/Command
- Component
- DependencyInjection
- Dumper
- Tests
- Dumper
- Fixtures
- containers
- graphviz
- php
- xml
- yaml
- HttpKernel
17 files changed
+711
-124
lines changedsrc/Symfony/Bridge/Doctrine/ManagerRegistry.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/ManagerRegistry.php+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
63 |
| - |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
64 | 68 |
|
65 | 69 |
|
66 | 70 |
|
|
src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php+7-10Lines changed: 7 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
| 84 | + |
85 | 85 |
|
86 |
| - |
87 |
| - |
88 |
| - |
| 86 | + |
89 | 87 |
|
90 | 88 |
|
91 | 89 |
|
92 |
| - |
93 |
| - |
94 |
| - |
| 90 | + |
| 91 | + |
95 | 92 |
|
96 | 93 |
|
97 | 94 |
|
98 | 95 |
|
99 | 96 |
|
100 |
| - |
101 |
| - |
| 97 | + |
| 98 | + |
102 | 99 |
|
103 | 100 |
|
104 | 101 |
|
| ||
122 | 119 |
|
123 | 120 |
|
124 | 121 |
|
125 |
| - |
| 122 | + |
126 | 123 |
|
127 | 124 |
|
128 | 125 |
|
|
src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_structure.txt
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_structure.txt+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 |
| - |
11 |
| - |
| 9 | + |
| 10 | + |
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
16 | 15 |
|
17 |
| - |
18 |
| - |
| 16 | + |
| 17 | + |
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
|
src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php+6-14Lines changed: 6 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
| - |
| 58 | + |
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
| 73 | + |
| 74 | + |
79 | 75 |
|
80 | 76 |
|
81 | 77 |
|
82 | 78 |
|
83 | 79 |
|
84 | 80 |
|
85 |
| - |
| 81 | + |
86 | 82 |
|
87 | 83 |
|
88 | 84 |
|
| ||
91 | 87 |
|
92 | 88 |
|
93 | 89 |
|
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
| 90 | + |
99 | 91 |
|
100 | 92 |
|
101 | 93 |
|
|
src/Symfony/Bridge/ProxyManager/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
92 | 93 |
|
93 | 94 |
|
94 | 95 |
|
| 96 | + |
| 97 | + |
| 98 | + |
95 | 99 |
|
96 | 100 |
|
97 | 101 |
|
| ||
188 | 192 |
|
189 | 193 |
|
190 | 194 |
|
| 195 | + |
| 196 | + |
| 197 | + |
191 | 198 |
|
192 | 199 |
|
193 | 200 |
|
|
src/Symfony/Component/DependencyInjection/Container.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Container.php+45-35Lines changed: 45 additions & 35 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
| 58 | + |
58 | 59 |
|
59 | 60 |
|
60 | 61 |
|
| ||
203 | 204 |
|
204 | 205 |
|
205 | 206 |
|
206 |
| - |
| 207 | + |
207 | 208 |
|
208 | 209 |
|
209 | 210 |
|
| ||
235 | 236 |
|
236 | 237 |
|
237 | 238 |
|
238 |
| - |
| 239 | + |
239 | 240 |
|
240 | 241 |
|
241 | 242 |
|
| ||
299 | 300 |
|
300 | 301 |
|
301 | 302 |
|
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 |
| - |
330 |
| - |
331 |
| - |
332 | 303 |
|
333 | 304 |
|
334 | 305 |
|
335 |
| - |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
336 | 322 |
|
337 | 323 |
|
338 | 324 |
|
339 | 325 |
|
340 | 326 |
|
341 | 327 |
|
342 | 328 |
|
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
343 | 343 |
|
344 |
| - |
| 344 | + |
345 | 345 |
|
346 | 346 |
|
347 | 347 |
|
| ||
401 | 401 |
|
402 | 402 |
|
403 | 403 |
|
404 |
| - |
| 404 | + |
405 | 405 |
|
406 | 406 |
|
407 | 407 |
|
| ||
428 | 428 |
|
429 | 429 |
|
430 | 430 |
|
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
| 435 | + |
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
431 | 441 |
|
432 | 442 |
|
433 | 443 |
|
|
0 commit comments