Commit b25f377
File tree
Expand file treeCollapse file tree
7 files changed
+41
-61
lines changedFilter options
- src/Symfony/Component/VarDumper
- Caster
- Dumper/ContextProvider
- Tests
- Caster
- Dumper/functions
- Integration
Expand file treeCollapse file tree
7 files changed
+41
-61
lines changedsrc/Symfony/Component/VarDumper/Caster/SplCaster.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Caster/SplCaster.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
229 | 229 |
|
230 | 230 |
|
231 | 231 |
|
232 |
| - |
233 |
| - |
234 |
| - |
| 232 | + |
| 233 | + |
| 234 | + |
235 | 235 |
|
| 236 | + |
236 | 237 |
|
237 | 238 |
|
238 | 239 |
|
|
src/Symfony/Component/VarDumper/Dumper/ContextProvider/SourceContextProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/ContextProvider/SourceContextProvider.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
|
src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php+2-8Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
174 | 174 |
|
175 | 175 |
|
176 | 176 |
|
177 |
| - |
| 177 | + |
178 | 178 |
|
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
183 | 183 |
|
184 | 184 |
|
185 |
| - |
186 |
| - |
187 |
| - |
188 | 185 |
|
189 | 186 |
|
190 | 187 |
|
| ||
195 | 192 |
|
196 | 193 |
|
197 | 194 |
|
198 |
| - |
| 195 | + |
199 | 196 |
|
200 | 197 |
|
201 | 198 |
|
202 | 199 |
|
203 | 200 |
|
204 | 201 |
|
205 |
| - |
206 |
| - |
207 |
| - |
208 | 202 |
|
209 | 203 |
|
210 | 204 |
|
|
src/Symfony/Component/VarDumper/Tests/Integration/dump_data_collector.phpt renamed to src/Symfony/Component/VarDumper/Tests/Dumper/functions/dump_data_collector_with_spl_array.phpt
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Dumper/functions/dump_data_collector_with_spl_array.phpt+32-6Lines changed: 32 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
33 |
| - |
34 |
| - |
35 |
| - |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
36 | 49 |
|
37 | 50 |
|
| 51 | + |
38 | 52 |
|
39 |
| - |
| 53 | + |
40 | 54 |
|
41 | 55 |
|
42 | 56 |
|
43 | 57 |
|
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
src/Symfony/Component/VarDumper/Tests/Integration/dump_data_collector2.phpt
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Integration/dump_data_collector2.phpt-43Lines changed: 0 additions & 43 deletions
This file was deleted.
src/Symfony/Component/VarDumper/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/composer.json+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
|
src/Symfony/Component/VarDumper/phpunit.xml.dist
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/phpunit.xml.dist+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
|
0 commit comments