Skip to content

Commit

Permalink
Fix stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 7, 2024
1 parent 4f51333 commit 14a59bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stubs/MongoClassMetadataInfo.stub
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ class ClassMetadata implements BaseClassMetadata
/** @var string|null */
public $customRepositoryClassName;

/**
* @readonly
* @var class-string<T>
*/
public $name;

/**
* @param class-string<T> $documentName
*/
Expand Down

0 comments on commit 14a59bb

Please sign in to comment.