Skip to content

Commit

Permalink
fixed code style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gofabian committed Oct 30, 2015
1 parent 0bbe210 commit 84df4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HeaderNegotiator.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private function handleInput(Configuration $conf, $headerLine)
try {
// returns negotiation result or null
return $negotiator->getBest($headerLine, $priorities);
} catch(RuntimeException $e) {
} catch (RuntimeException $e) {
throw new NegotiationException('negotiator error', $e);
}
}
Expand Down

0 comments on commit 84df4a0

Please sign in to comment.