Commit b28e597
File tree
6 files changed
+58
-14
lines changedFilter options
- src/Symfony/Component
- DependencyInjection
- Attribute
- Compiler
- Tests/Compiler
- TypeInfo
- Tests
- Validator/Constraints
6 files changed
+58
-14
lines changedsrc/Symfony/Component/DependencyInjection/Attribute/Autoconfigure.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Attribute/Autoconfigure.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php+25-10Lines changed: 25 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
| ||
57 | 58 |
|
58 | 59 |
|
59 | 60 |
|
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
65 | 72 |
|
66 |
| - |
67 |
| - |
68 |
| - |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
69 | 77 |
|
70 |
| - |
| 78 | + |
| 79 | + |
71 | 80 |
|
72 | 81 |
|
| 82 | + |
| 83 | + |
73 | 84 |
|
74 |
| - |
| 85 | + |
| 86 | + |
| 87 | + |
75 | 88 |
|
| 89 | + |
| 90 | + |
76 | 91 |
|
77 | 92 |
|
78 | 93 |
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
| 17 | + |
16 | 18 |
|
17 | 19 |
|
18 | 20 |
|
| 21 | + |
19 | 22 |
|
20 | 23 |
|
21 | 24 |
|
| ||
126 | 129 |
|
127 | 130 |
|
128 | 131 |
|
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
129 | 147 |
|
130 | 148 |
|
131 | 149 |
|
|
src/Symfony/Component/TypeInfo/Tests/TypeFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/Tests/TypeFactoryTest.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
199 | 199 |
|
200 | 200 |
|
201 | 201 |
|
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
202 | 206 |
|
203 | 207 |
|
204 | 208 |
|
|
src/Symfony/Component/TypeInfo/TypeFactoryTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/TypeInfo/TypeFactoryTrait.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
270 | 270 |
|
271 | 271 |
|
272 | 272 |
|
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
273 | 280 |
|
274 | 281 |
|
275 | 282 |
|
|
src/Symfony/Component/Validator/Constraints/IbanValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/IbanValidator.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| ||
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
129 |
| - |
| 129 | + |
130 | 130 |
|
131 | 131 |
|
132 | 132 |
|
| ||
150 | 150 |
|
151 | 151 |
|
152 | 152 |
|
153 |
| - |
| 153 | + |
154 | 154 |
|
155 | 155 |
|
156 | 156 |
|
|
0 commit comments