Skip to content

Commit 5d3cfd9

Browse files
committed
Update comments
1 parent 3459695 commit 5d3cfd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TypeScriptifyModel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class TypeScriptifyModel {
2121
/**
2222
* The supported database connections.
2323
*
24-
* @var array
24+
* @var array<string>
2525
*/
2626
private const SUPPORTED_DATABASE_CONNECTIONS = [
2727
'mysql',
@@ -37,7 +37,7 @@ final class TypeScriptifyModel {
3737
/**
3838
* The target model's foreign key constraits.
3939
*
40-
* @var \Illuminate\Support\Collection
40+
* @var \Illuminate\Support\Collection<\Doctrine\DBAL\Schema\ForeignKeyConstraint>
4141
*/
4242
private readonly Collection $modelForeignKeyConstraints;
4343

0 commit comments

Comments
 (0)