{{ message }}
Tags: Training-Datasmith/http-message
Tags
Merge pull request php-fig#95 from Stilch/add-param-and-return-type-h… …ints Add return typehints 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. https://www.php-fig.org/psr/psr-7/meta/
Merge pull request php-fig#94 from Stilch/add-param-hints Adds parameter typehints, as per the erata 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. https://www.php-fig.org/psr/psr-7/meta/
psr/http-message 1.0.1 Added ----- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - Updated all `@return self` annotation references in interfaces to use `@return static`, which more closelly follows the semantics of the specification. - Updated the `MessageInterface::getHeaders()` return annotation to use the value `string[][]`, indicating the format is a nested array of strings. - Updated the `@link` annotation for `RequestInterface::withRequestTarget()` to point to the correct section of RFC 7230. - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation to add the parameter name (`$uploadedFiles`). - Updated a `@throws` annotation for the `UploadedFileInterface::moveTo()` method to correctly reference the method parameter (it was referencing an incorrect parameter name previously).
Merge pull request php-fig#42 from Maks3w/patch-2 Typo s/RFC3985/RFC3986/
Merge pull request php-fig#43 from weierophinney/hotfix/sync-with-spec Update to latest PSR-7 version
Merge pull request php-fig#39 from weierophinney/hotfix/psr7-uri-return Sync with php-fig/fig-standards#518
Merge pull request php-fig#38 from weierophinney/feature/post-draft-2 Bring interfaces up-to-date with php-fig/fig-standards@b740164
Merge pull request php-fig#10 from siwinski/pr-remove-doc-exec Remove documentation executable bits
Merge pull request php-fig#27 from weierophinney/hotfix/uri-encoding Added language to withPath() regarding percent encoding
Merge pull request php-fig#23 from weierophinney/feature/parsed-body Body parameters are the parsed body.
PreviousNext
