Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 671f65f

Browse files
committed
Merge branch 'feature/266' into develop
Close #266
2 parents 7414aef + a431907 commit 671f65f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/UploadedFile.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ class UploadedFile implements UploadedFileInterface
2929
];
3030

3131
/**
32-
* @var string
32+
* @var string|null
3333
*/
3434
private $clientFilename;
3535

3636
/**
37-
* @var string
37+
* @var string|null
3838
*/
3939
private $clientMediaType;
4040

src/Uri.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ private function splitQueryValue($value)
650650
/**
651651
* Filter a fragment value to ensure it is properly encoded.
652652
*
653-
* @param null|string $fragment
653+
* @param string $fragment
654654
* @return string
655655
*/
656656
private function filterFragment($fragment)

0 commit comments

Comments
 (0)