diff --git a/src/Header/AbstractAccept.php b/src/Header/AbstractAccept.php index 85ef7d1c..c0a70fd1 100644 --- a/src/Header/AbstractAccept.php +++ b/src/Header/AbstractAccept.php @@ -293,7 +293,7 @@ protected function hasType($matchAgainst) * Match a media string against this header * * @param array|string $matchAgainst - * @return Accept\FieldValuePArt\AcceptFieldValuePart|bool The matched value or false + * @return Accept\FieldValuePart\AcceptFieldValuePart|bool The matched value or false */ public function match($matchAgainst) {