From 203195e05492d49600b075229915e23772597e19 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Mon, 20 Jan 2014 12:06:37 +0100 Subject: [PATCH] Remove dead code --- src/Negotiation/LanguageNegotiator.php | 2 -- 1 file changed, 2 deletions(-) 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; } }