Skip to content

Commit 0b5350a

Browse files
committed
Update variable description
1 parent 9cb46e6 commit 0b5350a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TypeScriptifyModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ final class TypeScriptifyModel {
5151

5252
/**
5353
* @param string $fullyQualifiedModelName The fully qualified model class name.
54-
* @param ?array<string,string> $convertedModelsMap The map of `fully qualified model name => interface name` definitions this class can refer to instead of generating its own definitions.
54+
* @param ?array<string,string> $convertedModelsMap The map of `fully qualified model name => interface name` definitions this class can use instead of generating its own definitions.
5555
*/
5656
public function __construct(
5757
private string $fullyQualifiedModelName,

0 commit comments

Comments
 (0)