Skip to content

Commit 178ebd8

Browse files
committed
Improve types
1 parent 2d5a1d2 commit 178ebd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Request.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
* @psalm-immutable
1818
*
1919
* @psalm-type UploadedFile = array {
20-
* error: positive-int|0,
21-
* name: string,
22-
* tmpName: string,
23-
* size: positive-int|0,
24-
* mime: string
20+
* name: string,
21+
* error: positive-int|0,
22+
* tmpName: string,
23+
* size: positive-int|0,
24+
* mime: string
2525
* }
2626
*
2727
* @psalm-type HeadersList = array<string, array<array-key, string>>

0 commit comments

Comments
 (0)