File tree
5 files changed
+130
-17
lines changedFilter options
- src/Symfony/Component/EventDispatcher
- DependencyInjection
- Tests
- DependencyInjection
5 files changed
+130
-17
lines changedsrc/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
119 |
| - |
| 119 | + |
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
|
src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php+4-3Lines changed: 4 additions & 3 deletions
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 |
|
| ||
78 | 79 |
|
79 | 80 |
|
80 | 81 |
|
81 |
| - |
| 82 | + |
82 | 83 |
|
83 | 84 |
|
84 | 85 |
|
| ||
103 | 104 |
|
104 | 105 |
|
105 | 106 |
|
106 |
| - |
| 107 | + |
107 | 108 |
|
108 | 109 |
|
109 | 110 |
|
|
src/Symfony/Component/EventDispatcher/EventDispatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/EventDispatcher.php+57-9Lines changed: 57 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
55 |
| - |
| 56 | + |
56 | 57 |
|
57 | 58 |
|
58 | 59 |
|
| ||
77 | 78 |
|
78 | 79 |
|
79 | 80 |
|
80 |
| - |
| 81 | + |
81 | 82 |
|
82 | 83 |
|
83 | 84 |
|
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
84 | 89 |
|
85 |
| - |
86 |
| - |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
87 | 98 |
|
88 | 99 |
|
89 | 100 |
|
| ||
93 | 104 |
|
94 | 105 |
|
95 | 106 |
|
96 |
| - |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
97 | 118 |
|
98 | 119 |
|
99 | 120 |
|
| ||
110 | 131 |
|
111 | 132 |
|
112 | 133 |
|
113 |
| - |
| 134 | + |
114 | 135 |
|
115 | 136 |
|
116 | 137 |
|
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
117 | 142 |
|
118 |
| - |
119 |
| - |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
120 | 158 |
|
121 | 159 |
|
122 | 160 |
|
| ||
183 | 221 |
|
184 | 222 |
|
185 | 223 |
|
186 |
| - |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
187 | 235 |
|
188 | 236 |
|
src/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.php+63Lines changed: 63 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
302 | 302 |
|
303 | 303 |
|
304 | 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 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
305 | 368 |
|
306 | 369 |
|
307 | 370 |
|
|
src/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
127 | 128 |
|
128 | 129 |
|
129 | 130 |
|
130 |
| - |
| 131 | + |
131 | 132 |
|
132 | 133 |
|
133 | 134 |
|
134 | 135 |
|
135 |
| - |
| 136 | + |
136 | 137 |
|
137 | 138 |
|
138 | 139 |
|
139 | 140 |
|
140 |
| - |
| 141 | + |
141 | 142 |
|
142 | 143 |
|
143 | 144 |
|
|
0 commit comments