Skip to content

Commit

Permalink
Merge pull request #34 from jaydiablo/patch-1
Browse files Browse the repository at this point in the history
Fixes type-o in docblock that upsets phpstan/psalm
  • Loading branch information
weierophinney committed Jun 23, 2020
2 parents c826a80 + d157b46 commit eaa16b6
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 eaa16b6

Please sign in to comment.