We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e4c48 commit 7f062b1Copy full SHA for 7f062b1
src/Symfony/Component/HttpFoundation/Request.php
@@ -1362,10 +1362,8 @@ public function getContentType()
1362
1363
/**
1364
* Gets the acceptable client formats associated with the request.
1365
- *
1366
- * @return array List of acceptable formats by the client
1367
*/
1368
- public function getAcceptableFormats()
+ public function getAcceptableFormats(): array
1369
{
1370
if (null !== $this->acceptableFormats) {
1371
return $this->acceptableFormats;
0 commit comments