Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 6, 2023
1 parent 520c635 commit 9a598b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ class UnionTypeUnresolvedPropertyPrototypeReflection implements UnresolvedProper
* @param UnresolvedPropertyPrototypeReflection[] $propertyPrototypes
*/
public function __construct(
string $methodName,
string $propertyName,
private array $propertyPrototypes,
)
{
$this->propertyName = $methodName;
$this->propertyName = $propertyName;
}

public function doNotResolveTemplateTypeMapToBounds(): UnresolvedPropertyPrototypeReflection
Expand Down

0 comments on commit 9a598b2

Please sign in to comment.