Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
designcise authored May 16, 2018
1 parent 1825bc5 commit 0efea04
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 247 deletions.
2 changes: 1 addition & 1 deletion src/FormatNegotiator.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static function getPreferredFormat(ServerRequestInterface $request): stri
$acceptType = $acceptTypes[0];

// as many formats may match for a given Accept header,
// look for the one that fits the best
// look for the one that fits the best
$counters = [];
foreach (self::$formats as $format => $values) {
foreach ($values as $value) {
Expand Down
Loading

0 comments on commit 0efea04

Please sign in to comment.