Commit 3257d4c
committed
File tree
Expand file treeCollapse file tree
6 files changed
+25
-13
lines changedFilter options
- src/Symfony/Component
- Form/Extension/Core/Type
- HttpFoundation
- File
- Tests/File
- Validator
- Constraints
- Tests/Constraints
Expand file treeCollapse file tree
6 files changed
+25
-13
lines changed+2Lines changed: 2 additions & 0 deletions
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/Form/Extension/Core/Type/FileType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/FileType.php+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
178 | 178 |
|
179 | 179 |
|
180 | 180 |
|
| 181 | + |
| 182 | + |
181 | 183 |
|
182 |
| - |
| 184 | + |
183 | 185 |
|
184 | 186 |
|
185 | 187 |
|
| ||
214 | 216 |
|
215 | 217 |
|
216 | 218 |
|
| 219 | + |
| 220 | + |
217 | 221 |
|
218 |
| - |
| 222 | + |
219 | 223 |
|
220 | 224 |
|
221 | 225 |
|
|
src/Symfony/Component/HttpFoundation/File/UploadedFile.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/File/UploadedFile.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
239 | 239 |
|
240 | 240 |
|
241 | 241 |
|
242 |
| - |
| 242 | + |
243 | 243 |
|
244 | 244 |
|
245 | 245 |
|
| ||
251 | 251 |
|
252 | 252 |
|
253 | 253 |
|
| 254 | + |
| 255 | + |
254 | 256 |
|
255 |
| - |
| 257 | + |
256 | 258 |
|
257 | 259 |
|
258 | 260 |
|
|
src/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
36 |
| - |
| 37 | + |
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
| ||
358 | 359 |
|
359 | 360 |
|
360 | 361 |
|
361 |
| - |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
362 | 368 |
|
363 | 369 |
|
364 | 370 |
|
365 | 371 |
|
366 |
| - |
367 |
| - |
368 | 372 |
|
369 | 373 |
|
370 | 374 |
|
src/Symfony/Component/Validator/Constraints/FileValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/FileValidator.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
214 | 214 |
|
215 | 215 |
|
216 | 216 |
|
| 217 | + |
| 218 | + |
217 | 219 |
|
218 |
| - |
| 220 | + |
219 | 221 |
|
220 | 222 |
|
221 | 223 |
|
|
src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
459 | 459 |
|
460 | 460 |
|
461 | 461 |
|
462 |
| - |
| 462 | + |
463 | 463 |
|
464 | 464 |
|
465 | 465 |
|
466 |
| - |
| 466 | + |
467 | 467 |
|
468 |
| - |
469 |
| - |
470 | 468 |
|
471 | 469 |
|
472 | 470 |
|
|
0 commit comments