diff --git a/src/Negotiation/LanguageNegotiator.php b/src/Negotiation/LanguageNegotiator.php index 16ed1d5..bd3e53d 100644 --- a/src/Negotiation/LanguageNegotiator.php +++ b/src/Negotiation/LanguageNegotiator.php @@ -75,7 +75,5 @@ protected function match(array $acceptHeaders, array $priorities = array()) if (null !== $wildcardAccept) { return reset($priorities); } - - return null; } }