Skip to content

Commit 9a598b2

Browse files
committed
Fix typo
1 parent 520c635 commit 9a598b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Reflection/Type/UnionTypeUnresolvedPropertyPrototypeReflection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ class UnionTypeUnresolvedPropertyPrototypeReflection implements UnresolvedProper
1919
* @param UnresolvedPropertyPrototypeReflection[] $propertyPrototypes
2020
*/
2121
public function __construct(
22-
string $methodName,
22+
string $propertyName,
2323
private array $propertyPrototypes,
2424
)
2525
{
26-
$this->propertyName = $methodName;
26+
$this->propertyName = $propertyName;
2727
}
2828

2929
public function doNotResolveTemplateTypeMapToBounds(): UnresolvedPropertyPrototypeReflection

0 commit comments

Comments
 (0)