Commit 78c98e2
File tree
Expand file treeCollapse file tree
13 files changed
+23
-46
lines changedFilter options
- src/Symfony
- Bridge/Doctrine
- DependencyInjection
- Tests/DependencyInjection
- Bundle
- FrameworkBundle
- Resources/config
- Tests/DependencyInjection/Compiler
- WebProfilerBundle/Resources/views/Collector
- Component
- Cache
- DependencyInjection
- Tests/DependencyInjection
- HttpKernel
- DataCollector
- Tests
- DataCollector
Expand file treeCollapse file tree
13 files changed
+23
-46
lines changedsrc/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
367 | 367 |
|
368 | 368 |
|
369 | 369 |
|
370 |
| - |
| 370 | + |
371 | 371 |
|
372 | 372 |
|
373 | 373 |
|
|
src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
269 | 269 |
|
270 | 270 |
|
271 | 271 |
|
272 |
| - |
273 |
| - |
274 | 272 |
|
275 | 273 |
|
276 | 274 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
13 | 19 |
|
14 | 20 |
|
15 | 21 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/CachePoolClearerPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/CachePoolClearerPassTest.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
33 | 32 |
|
34 |
| - |
35 | 33 |
|
36 | 34 |
|
37 | 35 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/CachePoolPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/CachePoolPassTest.php+3-12Lines changed: 3 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
38 | 37 |
|
39 |
| - |
40 | 38 |
|
41 | 39 |
|
42 | 40 |
|
| ||
50 | 48 |
|
51 | 49 |
|
52 | 50 |
|
53 |
| - |
| 51 | + |
54 | 52 |
|
55 | 53 |
|
56 | 54 |
|
57 | 55 |
|
58 | 56 |
|
59 |
| - |
60 | 57 |
|
61 | 58 |
|
62 | 59 |
|
| ||
74 | 71 |
|
75 | 72 |
|
76 | 73 |
|
77 |
| - |
78 | 74 |
|
79 |
| - |
80 | 75 |
|
81 | 76 |
|
82 | 77 |
|
| ||
92 | 87 |
|
93 | 88 |
|
94 | 89 |
|
95 |
| - |
| 90 | + |
96 | 91 |
|
97 | 92 |
|
98 | 93 |
|
99 | 94 |
|
100 | 95 |
|
101 | 96 |
|
102 |
| - |
103 | 97 |
|
104 |
| - |
105 | 98 |
|
106 | 99 |
|
107 | 100 |
|
| ||
115 | 108 |
|
116 | 109 |
|
117 | 110 |
|
118 |
| - |
| 111 | + |
119 | 112 |
|
120 | 113 |
|
121 | 114 |
|
| ||
125 | 118 |
|
126 | 119 |
|
127 | 120 |
|
128 |
| - |
129 | 121 |
|
130 |
| - |
131 | 122 |
|
132 | 123 |
|
133 | 124 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig-7Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
154 | 154 |
|
155 | 155 |
|
156 | 156 |
|
157 |
| - |
158 |
| - |
159 |
| - |
160 |
| - |
161 |
| - |
162 |
| - |
163 |
| - |
164 | 157 |
|
165 | 158 |
|
166 | 159 |
|
|
src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
|
src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolClearerPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolClearerPassTest.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 | 29 |
|
31 |
| - |
32 | 30 |
|
33 | 31 |
|
34 | 32 |
|
|
src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolPassTest.php+3-12Lines changed: 3 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
35 | 34 |
|
36 |
| - |
37 | 35 |
|
38 | 36 |
|
39 | 37 |
|
| ||
47 | 45 |
|
48 | 46 |
|
49 | 47 |
|
50 |
| - |
| 48 | + |
51 | 49 |
|
52 | 50 |
|
53 | 51 |
|
54 | 52 |
|
55 | 53 |
|
56 |
| - |
57 | 54 |
|
58 | 55 |
|
59 | 56 |
|
| ||
71 | 68 |
|
72 | 69 |
|
73 | 70 |
|
74 |
| - |
75 | 71 |
|
76 |
| - |
77 | 72 |
|
78 | 73 |
|
79 | 74 |
|
| ||
89 | 84 |
|
90 | 85 |
|
91 | 86 |
|
92 |
| - |
| 87 | + |
93 | 88 |
|
94 | 89 |
|
95 | 90 |
|
96 | 91 |
|
97 | 92 |
|
98 | 93 |
|
99 |
| - |
100 | 94 |
|
101 |
| - |
102 | 95 |
|
103 | 96 |
|
104 | 97 |
|
| ||
112 | 105 |
|
113 | 106 |
|
114 | 107 |
|
115 |
| - |
| 108 | + |
116 | 109 |
|
117 | 110 |
|
118 | 111 |
|
| ||
122 | 115 |
|
123 | 116 |
|
124 | 117 |
|
125 |
| - |
126 | 118 |
|
127 |
| - |
128 | 119 |
|
129 | 120 |
|
130 | 121 |
|
|
src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
64 | 63 |
|
65 | 64 |
|
66 | 65 |
|
| ||
232 | 231 |
|
233 | 232 |
|
234 | 233 |
|
235 |
| - |
| 234 | + |
| 235 | + |
| 236 | + |
236 | 237 |
|
237 | 238 |
|
238 | 239 |
|
|
src/Symfony/Component/HttpKernel/Kernel.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
276 | 276 |
|
277 | 277 |
|
278 | 278 |
|
| 279 | + |
| 280 | + |
279 | 281 |
|
280 | 282 |
|
281 | 283 |
|
| ||
440 | 442 |
|
441 | 443 |
|
442 | 444 |
|
443 |
| - |
| 445 | + |
444 | 446 |
|
445 | 447 |
|
446 | 448 |
|
|
src/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
34 | 33 |
|
35 | 34 |
|
36 | 35 |
|
|
src/Symfony/Component/HttpKernel/Tests/KernelTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/KernelTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
| 78 | + |
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
| ||
533 | 533 |
|
534 | 534 |
|
535 | 535 |
|
536 |
| - |
| 536 | + |
537 | 537 |
|
538 | 538 |
|
539 | 539 |
|
540 | 540 |
|
541 | 541 |
|
542 | 542 |
|
543 |
| - |
| 543 | + |
544 | 544 |
|
545 | 545 |
|
546 | 546 |
|
|
0 commit comments