File tree
7 files changed
+30
-18
lines changedFilter options
- src/Symfony
- Bridge/Doctrine
- DependencyInjection/CompilerPass
- Tests/DependencyInjection/CompilerPass
- Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler
- Component
- Console
- DependencyInjection
- Tests/DependencyInjection
- EventDispatcher
- DependencyInjection
- Tests/DependencyInjection
7 files changed
+30
-18
lines changedsrc/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
| 98 | + |
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
|
src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPassTest.php+7-3Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
| 22 | + |
| 23 | + |
21 | 24 |
|
22 | 25 |
|
23 | 26 |
|
| ||
29 | 32 |
|
30 | 33 |
|
31 | 34 |
|
32 |
| - |
33 | 35 |
|
34 | 36 |
|
35 |
| - |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
36 | 41 |
|
37 | 42 |
|
38 | 43 |
|
| ||
43 | 48 |
|
44 | 49 |
|
45 | 50 |
|
46 |
| - |
47 | 51 |
|
48 | 52 |
|
49 | 53 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConsoleCommandPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConsoleCommandPassTest.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
65 | 69 |
|
66 | 70 |
|
67 | 71 |
|
| ||
73 | 77 |
|
74 | 78 |
|
75 | 79 |
|
76 |
| - |
77 |
| - |
78 | 80 |
|
79 | 81 |
|
80 | 82 |
|
|
src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
src/Symfony/Component/Console/Tests/DependencyInjection/AddConsoleCommandPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/DependencyInjection/AddConsoleCommandPassTest.php+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
54 | 58 |
|
55 | 59 |
|
56 | 60 |
|
| ||
62 | 66 |
|
63 | 67 |
|
64 | 68 |
|
65 |
| - |
66 |
| - |
67 | 69 |
|
68 | 70 |
|
69 | 71 |
|
|
src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 |
| - |
| 93 | + |
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
|
src/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php+9-5Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
90 | 94 |
|
91 | 95 |
|
92 | 96 |
|
| ||
95 | 99 |
|
96 | 100 |
|
97 | 101 |
|
98 |
| - |
99 |
| - |
100 | 102 |
|
101 | 103 |
|
102 |
| - |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
103 | 109 |
|
104 | 110 |
|
105 | 111 |
|
106 | 112 |
|
107 | 113 |
|
108 | 114 |
|
109 | 115 |
|
110 |
| - |
111 |
| - |
112 | 116 |
|
113 | 117 |
|
114 | 118 |
|
|
0 commit comments