Completed
Pull Request — 2.x (#2276)
by
unknown
17:32
created
Negotiation/FormatNegotiator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.