@@ -40,6 +40,9 @@ |
||
40 | 40 | $this->map[] = [$requestMatcher, $options]; |
41 | 41 | } |
42 | 42 | |
43 | + /** |
|
44 | + * @param string $header |
|
45 | + */ |
|
43 | 46 | public function getBest($header, array $priorities = [], $strict = false) |
44 | 47 | { |
45 | 48 | $request = $this->getRequest(); |