Commit d5309f3
File tree
24 files changed
+428
-10
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config/schema
- Tests/DependencyInjection
- Fixtures
- php
- xml
- yml
- Component/EventDispatcher
- Debug
- DependencyInjection
- Exception
- ListenerProvider
- Tests
- DependencyInjection
- ListenerProvider
- Contracts
- EventDispatcher
24 files changed
+428
-10
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
| 91 | + |
91 | 92 |
|
92 | 93 |
|
93 | 94 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
| 72 | + |
72 | 73 |
|
73 | 74 |
|
74 | 75 |
|
| ||
223 | 224 |
|
224 | 225 |
|
225 | 226 |
|
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
226 | 240 |
|
227 | 241 |
|
228 | 242 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
501 | 501 |
|
502 | 502 |
|
503 | 503 |
|
| 504 | + |
504 | 505 |
|
505 | 506 |
|
506 | 507 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/freeze_events.php
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/freeze_events.xml
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/freeze_events.yml
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+27Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
| ||
1384 | 1385 |
|
1385 | 1386 |
|
1386 | 1387 |
|
| 1388 | + |
| 1389 | + |
| 1390 | + |
| 1391 | + |
| 1392 | + |
| 1393 | + |
| 1394 | + |
| 1395 | + |
| 1396 | + |
| 1397 | + |
| 1398 | + |
| 1399 | + |
| 1400 | + |
| 1401 | + |
| 1402 | + |
| 1403 | + |
| 1404 | + |
| 1405 | + |
| 1406 | + |
| 1407 | + |
| 1408 | + |
| 1409 | + |
| 1410 | + |
| 1411 | + |
| 1412 | + |
| 1413 | + |
1387 | 1414 |
|
1388 | 1415 |
|
1389 | 1416 |
|
|
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 |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| 76 | + |
76 | 77 |
|
77 | 78 |
|
78 | 79 |
|
|
src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php+15-1Lines changed: 15 additions & 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 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| 22 | + |
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
| ||
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
30 |
| - |
| 32 | + |
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
| ||
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
50 | 56 |
|
51 | 57 |
|
52 | 58 |
|
| ||
91 | 97 |
|
92 | 98 |
|
93 | 99 |
|
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
94 | 108 |
|
95 | 109 |
|
96 | 110 |
|
|
src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php+34-4Lines changed: 34 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| 23 | + |
| 24 | + |
22 | 25 |
|
23 | 26 |
|
24 | 27 |
|
| ||
30 | 33 |
|
31 | 34 |
|
32 | 35 |
|
| 36 | + |
33 | 37 |
|
34 | 38 |
|
35 | 39 |
|
36 | 40 |
|
37 |
| - |
| 41 | + |
38 | 42 |
|
39 | 43 |
|
40 | 44 |
|
41 | 45 |
|
42 | 46 |
|
| 47 | + |
43 | 48 |
|
44 | 49 |
|
45 | 50 |
|
| ||
64 | 69 |
|
65 | 70 |
|
66 | 71 |
|
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
67 | 79 |
|
68 | 80 |
|
69 | 81 |
|
| ||
91 | 103 |
|
92 | 104 |
|
93 | 105 |
|
94 |
| - |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
95 | 111 |
|
96 | 112 |
|
97 | 113 |
|
| ||
119 | 135 |
|
120 | 136 |
|
121 | 137 |
|
122 |
| - |
123 |
| - |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
124 | 144 |
|
125 | 145 |
|
126 | 146 |
|
| ||
129 | 149 |
|
130 | 150 |
|
131 | 151 |
|
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
132 | 162 |
|
133 | 163 |
|
134 | 164 |
|
|
src/Symfony/Component/EventDispatcher/EventDispatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/EventDispatcher.php+27-2Lines changed: 27 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
| 17 | + |
| 18 | + |
16 | 19 |
|
17 | 20 |
|
18 | 21 |
|
| ||
29 | 32 |
|
30 | 33 |
|
31 | 34 |
|
32 |
| - |
| 35 | + |
33 | 36 |
|
34 | 37 |
|
35 | 38 |
|
36 | 39 |
|
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
37 | 44 |
|
38 | 45 |
|
39 | 46 |
|
| ||
49 | 56 |
|
50 | 57 |
|
51 | 58 |
|
52 |
| - |
| 59 | + |
| 60 | + |
| 61 | + |
53 | 62 |
|
54 | 63 |
|
55 | 64 |
|
| ||
140 | 149 |
|
141 | 150 |
|
142 | 151 |
|
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
143 | 156 |
|
144 | 157 |
|
145 | 158 |
|
| ||
149 | 162 |
|
150 | 163 |
|
151 | 164 |
|
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
152 | 169 |
|
153 | 170 |
|
154 | 171 |
|
| ||
209 | 226 |
|
210 | 227 |
|
211 | 228 |
|
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
212 | 237 |
|
213 | 238 |
|
214 | 239 |
|
|
src/Symfony/Component/EventDispatcher/Exception/ExceptionInterface.php
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
src/Symfony/Component/EventDispatcher/Exception/RuntimeException.php
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
0 commit comments