Skip to content

Commit

Permalink
Merge pull request #63 from Ener-Getick/patch-1
Browse files Browse the repository at this point in the history
Fix a php doc
  • Loading branch information
willdurand committed Sep 3, 2015
2 parents d26d6b0 + 802d9b3 commit e171804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Negotiation/AbstractNegotiator.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ abstract class AbstractNegotiator
* @param string $header A string containing an `Accept|Accept-*` header.
* @param array $priorities A set of server priorities.
*
* @return AcceptHeader best matching type
* @return AcceptHeader|null best matching type
*/
public function getBest($header, array $priorities)
{
Expand Down

0 comments on commit e171804

Please sign in to comment.