Skip to content

Commit 2b99fb2

Browse files
committed
fix: type **declarations**, not hints
Per @TimWolla
1 parent 99c5f7b commit 2b99fb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

accepted/PSR-7-http-message.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,5 +1904,5 @@ interface UploadedFileInterface
19041904
}
19051905
```
19061906

1907-
Since [psr/http-message version 1.1](https://packagist.org/packages/psr/http-message#1.1.0), the above interfaces have been updated to add argument type hints.
1908-
Since [psr/http-message version 2.0](https://packagist.org/packages/psr/http-message#2.0.0), the above interfaces have been updated to add return type hints.
1907+
Since [psr/http-message version 1.1](https://packagist.org/packages/psr/http-message#1.1.0), the above interfaces have been updated to add argument type declarations.
1908+
Since [psr/http-message version 2.0](https://packagist.org/packages/psr/http-message#2.0.0), the above interfaces have been updated to add return type declarations.

0 commit comments

Comments
 (0)