Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Jan 6, 2024
1 parent 029b523 commit d02503b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpDoc/ResolvedPhpDocBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public function changeParameterNamesByMapping(array $parameterNameMapping): self
$self->throwsTag = $this->throwsTag;
$self->mixinTags = $this->mixinTags;
$self->requireImplementsTags = $this->requireImplementsTags;
$this->requireExtendsTags = $this->requireExtendsTags;
$self->requireExtendsTags = $this->requireExtendsTags;
$self->typeAliasTags = $this->typeAliasTags;
$self->typeAliasImportTags = $this->typeAliasImportTags;
$self->assertTags = $assertTags;
Expand Down

0 comments on commit d02503b

Please sign in to comment.