@@ -17,7 +17,7 @@ discard block |
||
| 17 | 17 | private $dispatcher; |
| 18 | 18 | |
| 19 | 19 | /** |
| 20 | - * @return mixed|Request |
|
| 20 | + * @return Request |
|
| 21 | 21 | */ |
| 22 | 22 | public function create() |
| 23 | 23 | { |
@@ -62,7 +62,7 @@ discard block |
||
| 62 | 62 | } |
| 63 | 63 | |
| 64 | 64 | /** |
| 65 | - * @return array|HeaderLineInterface[] |
|
| 65 | + * @return ContentTypeIsFormUtf8[] |
|
| 66 | 66 | */ |
| 67 | 67 | protected function getDefaultHeaderLines() |
| 68 | 68 | { |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | /** |
| 83 | - * @return array|OptionInterface[] |
|
| 83 | + * @return SetTimeOutInSeconds[] |
|
| 84 | 84 | */ |
| 85 | 85 | protected function getDefaultOptions() |
| 86 | 86 | { |
@@ -104,7 +104,7 @@ discard block |
||
| 104 | 104 | } |
| 105 | 105 | |
| 106 | 106 | /** |
| 107 | - * @param array|HeaderLineInterface[] $headerLines |
|
| 107 | + * @param ContentTypeIsFormUtf8[] $headerLines |
|
| 108 | 108 | * @param Request $request |
| 109 | 109 | * @return Request |
| 110 | 110 | */ |
@@ -134,7 +134,7 @@ discard block |
||
| 134 | 134 | } |
| 135 | 135 | |
| 136 | 136 | /** |
| 137 | - * @param array|OptionInterface[] $options |
|
| 137 | + * @param SetTimeOutInSeconds[] $options |
|
| 138 | 138 | * @param Request $request |
| 139 | 139 | * @return Request |
| 140 | 140 | */ |
@@ -91,7 +91,7 @@ |
||
| 91 | 91 | $parameters, |
| 92 | 92 | $data |
| 93 | 93 | ); |
| 94 | - $response = $this->applyBehaviours($behaviours, $response); |
|
| 94 | + $response = $this->applyBehaviours($behaviours, $response); |
|
| 95 | 95 | //end of business logic |
| 96 | 96 | |
| 97 | 97 | return $response; |