Skip to content

Commit 4bc9ee4

Browse files
committed
Update PHPDocs
1 parent 83d9964 commit 4bc9ee4

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

src/Request.php

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,6 @@ protected function parseDigestAuth(string $attributes) : array
526526
* @param int|null $filter
527527
* @param array<int,int>|int $filterOptions
528528
*
529-
* @see Request::filterInput()
530-
*
531529
* @throws RequestParseBodyException
532530
*
533531
* @return array<mixed>|mixed|string|null
@@ -548,8 +546,6 @@ public function getParsedBody(
548546
* @param int|null $filter
549547
* @param array<int,int>|int $filterOptions
550548
*
551-
* @see Request::filterInput()
552-
*
553549
* @throws RequestParseBodyException
554550
*
555551
* @return array<mixed>|mixed|string|null
@@ -817,8 +813,6 @@ public function getContentType() : ?string
817813
* @param int|null $filter
818814
* @param array<int,int>|int $filterOptions
819815
*
820-
* @see Request::filterInput()
821-
*
822816
* @return mixed
823817
*/
824818
public function getEnv(
@@ -858,8 +852,6 @@ public function getFile(string $name) : ?UploadedFile
858852
* @param int|null $filter
859853
* @param array<int,int>|int $filterOptions
860854
*
861-
* @see Request::filterInput()
862-
*
863855
* @return mixed
864856
*/
865857
public function getGet(
@@ -998,7 +990,7 @@ public function getPort() : int
998990
* @param int|null $filter
999991
* @param array<int,int>|int $filterOptions
1000992
*
1001-
* @see Request::filterInput()
993+
* @throws RequestParseBodyException
1002994
*
1003995
* @return mixed
1004996
*/
@@ -1024,6 +1016,8 @@ public function getPost(
10241016
* @param int|null $filter
10251017
* @param array<int,int>|int $filterOptions
10261018
*
1019+
* @throws RequestParseBodyException
1020+
*
10271021
* @return mixed
10281022
*/
10291023
public function getPatch(
@@ -1044,6 +1038,8 @@ public function getPatch(
10441038
* @param int|null $filter
10451039
* @param array<int,int>|int $filterOptions
10461040
*
1041+
* @throws RequestParseBodyException
1042+
*
10471043
* @return mixed
10481044
*/
10491045
public function getPut(
@@ -1087,8 +1083,6 @@ public function getReferer() : ?URL
10871083
* @param int|null $filter
10881084
* @param array<int,int>|int $filterOptions
10891085
*
1090-
* @see Request::filterInput()
1091-
*
10921086
* @return mixed
10931087
*/
10941088
public function getServer(

0 commit comments

Comments
 (0)