Skip to content

Commit

Permalink
Fixes type-o in docblock that upsets phpstan/psalm
Browse files Browse the repository at this point in the history
Fixes #29
  • Loading branch information
jaydiablo authored Feb 6, 2020
1 parent a285cf9 commit d157b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Header/AbstractAccept.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit d157b46

Please sign in to comment.