Commit f819aed
File tree
21 files changed
+218
-0
lines changedFilter options
- src/Symfony
- Bridge/Doctrine
- PropertyInfo
- Tests/PropertyInfo
- Component/PropertyInfo
- Extractor
- Tests
- Extractor
- Util
21 files changed
+218
-0
lines changed+12
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
47 | 52 |
|
48 | 53 |
|
49 | 54 |
|
| ||
76 | 81 |
|
77 | 82 |
|
78 | 83 |
|
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
79 | 91 |
|
80 | 92 |
|
81 | 93 |
|
|
src/Symfony/Bridge/Doctrine/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/CHANGELOG.md+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
|
src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
| 164 | + |
| 165 | + |
| 166 | + |
164 | 167 |
|
165 | 168 |
|
| 169 | + |
| 170 | + |
166 | 171 |
|
167 | 172 |
|
168 | 173 |
|
|
src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/DoctrineExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/DoctrineExtractorTest.php+25
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
| ||
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
| 42 | + |
| 43 | + |
41 | 44 |
|
42 | 45 |
|
43 | 46 |
|
| ||
108 | 111 |
|
109 | 112 |
|
110 | 113 |
|
| 114 | + |
| 115 | + |
111 | 116 |
|
112 | 117 |
|
113 | 118 |
|
114 | 119 |
|
| 120 | + |
| 121 | + |
115 | 122 |
|
116 | 123 |
|
117 | 124 |
|
| 125 | + |
| 126 | + |
| 127 | + |
118 | 128 |
|
119 | 129 |
|
| 130 | + |
| 131 | + |
120 | 132 |
|
121 | 133 |
|
122 | 134 |
|
| ||
132 | 144 |
|
133 | 145 |
|
134 | 146 |
|
| 147 | + |
| 148 | + |
| 149 | + |
135 | 150 |
|
136 | 151 |
|
| 152 | + |
| 153 | + |
137 | 154 |
|
138 | 155 |
|
139 | 156 |
|
140 | 157 |
|
141 | 158 |
|
142 | 159 |
|
143 | 160 |
|
| 161 | + |
| 162 | + |
| 163 | + |
144 | 164 |
|
145 | 165 |
|
146 | 166 |
|
| ||
240 | 260 |
|
241 | 261 |
|
242 | 262 |
|
| 263 | + |
| 264 | + |
| 265 | + |
243 | 266 |
|
244 | 267 |
|
| 268 | + |
| 269 | + |
245 | 270 |
|
246 | 271 |
|
247 | 272 |
|
|
src/Symfony/Component/PropertyInfo/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/CHANGELOG.md+3
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
| 10 | + |
| 11 | + |
9 | 12 |
|
10 | 13 |
|
11 | 14 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/ConstructorArgumentTypeExtractorInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/ConstructorArgumentTypeExtractorInterface.php+2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/ConstructorExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/ConstructorExtractor.php+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
| 44 | + |
| 45 | + |
43 | 46 |
|
44 | 47 |
|
| 48 | + |
| 49 | + |
45 | 50 |
|
46 | 51 |
|
47 | 52 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php+10
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
| 121 | + |
| 122 | + |
| 123 | + |
121 | 124 |
|
122 | 125 |
|
| 126 | + |
| 127 | + |
123 | 128 |
|
124 | 129 |
|
125 | 130 |
|
| ||
171 | 176 |
|
172 | 177 |
|
173 | 178 |
|
| 179 | + |
| 180 | + |
| 181 | + |
174 | 182 |
|
175 | 183 |
|
| 184 | + |
| 185 | + |
176 | 186 |
|
177 | 187 |
|
178 | 188 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/PhpStanExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/PhpStanExtractor.php+9
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
| 98 | + |
| 99 | + |
| 100 | + |
98 | 101 |
|
99 | 102 |
|
| 103 | + |
| 104 | + |
100 | 105 |
|
101 | 106 |
|
102 | 107 |
|
| ||
168 | 173 |
|
169 | 174 |
|
170 | 175 |
|
| 176 | + |
| 177 | + |
171 | 178 |
|
172 | 179 |
|
173 | 180 |
|
174 | 181 |
|
| 182 | + |
| 183 | + |
175 | 184 |
|
176 | 185 |
|
177 | 186 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php+9
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
155 | 155 |
|
156 | 156 |
|
157 | 157 |
|
| 158 | + |
| 159 | + |
| 160 | + |
158 | 161 |
|
159 | 162 |
|
| 163 | + |
| 164 | + |
160 | 165 |
|
161 | 166 |
|
162 | 167 |
|
| ||
180 | 185 |
|
181 | 186 |
|
182 | 187 |
|
| 188 | + |
| 189 | + |
183 | 190 |
|
184 | 191 |
|
185 | 192 |
|
186 | 193 |
|
| 194 | + |
| 195 | + |
187 | 196 |
|
188 | 197 |
|
189 | 198 |
|
|
src/Symfony/Component/PropertyInfo/PropertyInfoCacheExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/PropertyInfoCacheExtractor.php+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
| 98 | + |
| 99 | + |
| 100 | + |
98 | 101 |
|
99 | 102 |
|
| 103 | + |
| 104 | + |
100 | 105 |
|
101 | 106 |
|
102 | 107 |
|
|
src/Symfony/Component/PropertyInfo/PropertyInfoExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/PropertyInfoExtractor.php+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| 78 | + |
| 79 | + |
| 80 | + |
78 | 81 |
|
79 | 82 |
|
| 83 | + |
| 84 | + |
80 | 85 |
|
81 | 86 |
|
82 | 87 |
|
|
src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php+2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
|
src/Symfony/Component/PropertyInfo/Tests/Extractor/ConstructorExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Tests/Extractor/ConstructorExtractorTest.php+7
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| 26 | + |
| 27 | + |
25 | 28 |
|
26 | 29 |
|
27 | 30 |
|
| ||
50 | 53 |
|
51 | 54 |
|
52 | 55 |
|
| 56 | + |
| 57 | + |
53 | 58 |
|
54 | 59 |
|
55 | 60 |
|
| ||
58 | 63 |
|
59 | 64 |
|
60 | 65 |
|
| 66 | + |
| 67 | + |
61 | 68 |
|
62 | 69 |
|
63 | 70 |
|
|
0 commit comments