We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3459695 commit 5d3cfd9Copy full SHA for 5d3cfd9
src/TypeScriptifyModel.php
@@ -21,7 +21,7 @@ final class TypeScriptifyModel {
21
/**
22
* The supported database connections.
23
*
24
- * @var array
+ * @var array<string>
25
*/
26
private const SUPPORTED_DATABASE_CONNECTIONS = [
27
'mysql',
@@ -37,7 +37,7 @@ final class TypeScriptifyModel {
37
38
* The target model's foreign key constraits.
39
40
- * @var \Illuminate\Support\Collection
+ * @var \Illuminate\Support\Collection<\Doctrine\DBAL\Schema\ForeignKeyConstraint>
41
42
private readonly Collection $modelForeignKeyConstraints;
43
0 commit comments