Skip to content

Commit

Permalink
Fix PHP Doc type (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
0kyn authored Feb 20, 2024
1 parent e246d7b commit 34cc58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generators/Statements/FormRequestGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private function validationRules(string $qualifier, string $column): array
return $rules;
} else {
/**
* @var \Blueprint\Models\Model $column
* @var \Blueprint\Models\Column $column
*/
foreach ($model->columns() as $column) {
if ($column->name() === 'id') {
Expand Down

0 comments on commit 34cc58c

Please sign in to comment.