Skip to content

Commit 46a83c0

Browse files
committed
Fix: Return type of ModelMetadata::getConstructorArguments().
1 parent 13eda79 commit 46a83c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Metadata/ModelMetadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function addProperty(PropertyMetadata $property): void
105105
}
106106

107107
/**
108-
* @return PropertyMetadata[]
108+
* @return ArgumentMetadata[]
109109
*/
110110
public function getConstructorArguments(string $scenario = self::DEFAULT_SCENARIO): array
111111
{

0 commit comments

Comments
 (0)