Completed
Push — 2.x ( 61ea95...d60e0b )
by Guilhem
14s queued 10s
created
Negotiation/FormatNegotiator.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -160,6 +160,10 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.