Commit 6843905
committed
File tree
Expand file treeCollapse file tree
5 files changed
+31
-9
lines changedFilter options
- src/Symfony/Component/EventDispatcher
- Debug
- Tests/Debug
Expand file treeCollapse file tree
5 files changed
+31
-9
lines changedsrc/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
295 | 296 |
|
296 | 297 |
|
297 | 298 |
|
298 |
| - |
| 299 | + |
299 | 300 |
|
300 | 301 |
|
301 | 302 |
|
| ||
305 | 306 |
|
306 | 307 |
|
307 | 308 |
|
308 |
| - |
| 309 | + |
309 | 310 |
|
310 | 311 |
|
311 | 312 |
|
|
src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php+3-3Lines changed: 3 additions & 3 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 |
|
| ||
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
115 |
| - |
116 |
| - |
| 115 | + |
| 116 | + |
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
|
src/Symfony/Component/EventDispatcher/EventDispatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/EventDispatcher.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
242 | 243 |
|
243 | 244 |
|
244 | 245 |
|
245 |
| - |
| 246 | + |
| 247 | + |
246 | 248 |
|
247 | 249 |
|
248 | 250 |
|
| ||
296 | 298 |
|
297 | 299 |
|
298 | 300 |
|
299 |
| - |
| 301 | + |
300 | 302 |
|
301 | 303 |
|
302 | 304 |
|
|
src/Symfony/Component/EventDispatcher/WrappedEvent.php renamed to src/Symfony/Component/EventDispatcher/LegacyEventProxy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/LegacyEventProxy.php+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
57 | 62 |
|
src/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
139 | 140 |
|
140 | 141 |
|
141 | 142 |
|
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
142 | 156 |
|
143 | 157 |
|
144 | 158 |
|
|
0 commit comments