@@ -61,16 +61,16 @@ discard block |
||
| 61 | 61 | } |
| 62 | 62 | |
| 63 | 63 | /** |
| 64 | - * @return array<string,string> |
|
| 65 | - */ |
|
| 64 | + * @return array<string,string> |
|
| 65 | + */ |
|
| 66 | 66 | public function getClientContentTypes(): array |
| 67 | 67 | { |
| 68 | 68 | return $this->clientContentTypes; |
| 69 | 69 | } |
| 70 | 70 | |
| 71 | 71 | /** |
| 72 | - * @param array<int,string> $allowedMethods |
|
| 73 | - */ |
|
| 72 | + * @param array<int,string> $allowedMethods |
|
| 73 | + */ |
|
| 74 | 74 | public function setAllowedMethods(array $allowedMethods): bool |
| 75 | 75 | { |
| 76 | 76 | $this->allowedMethods = $allowedMethods; |
@@ -78,8 +78,8 @@ discard block |
||
| 78 | 78 | } |
| 79 | 79 | |
| 80 | 80 | /** |
| 81 | - * @param array<int,string> $supportedContentTypes |
|
| 82 | - */ |
|
| 81 | + * @param array<int,string> $supportedContentTypes |
|
| 82 | + */ |
|
| 83 | 83 | public function setSupportedContentTypes(array $supportedContentTypes): bool |
| 84 | 84 | { |
| 85 | 85 | $this->supportedContentTypes = $supportedContentTypes; |