@@ -160,6 +160,10 @@ discard block |
||
| 160 | 160 | */ |
| 161 | 161 | class FormatNegotiator extends BaseFormatNegotiator |
| 162 | 162 | { |
| 163 | + |
|
| 164 | + /** |
|
| 165 | + * @param string $header |
|
| 166 | + */ |
|
| 163 | 167 | public function getBest($header, array $priorities = [], $strict = false) |
| 164 | 168 | { |
| 165 | 169 | return $this->doGetBest($header, $priorities); |
@@ -173,6 +177,10 @@ discard block |
||
| 173 | 177 | */ |
| 174 | 178 | class FormatNegotiator extends BaseFormatNegotiator |
| 175 | 179 | { |
| 180 | + |
|
| 181 | + /** |
|
| 182 | + * @param string $header |
|
| 183 | + */ |
|
| 176 | 184 | public function getBest($header, array $priorities = []) |
| 177 | 185 | { |
| 178 | 186 | return $this->doGetBest($header, $priorities); |