Skip to content

Commit

Permalink
Merge pull request #25 from pborreli/php-56
Browse files Browse the repository at this point in the history
PHPDoc + PHP 5.6
  • Loading branch information
willdurand committed Feb 20, 2014
2 parents e46ea11 + d57114e commit e7460fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

matrix:
Expand Down
2 changes: 1 addition & 1 deletion src/Negotiation/FormatNegotiator.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function normalizePriorities($priorities)
/**
* @param array $priorities
*
* return boolean
* @return boolean
*/
private function isCatchAllEnabled(array $priorities)
{
Expand Down

0 comments on commit e7460fb

Please sign in to comment.