Skip to content

Commit

Permalink
Fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Feb 10, 2025
1 parent 6418283 commit 829f6a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
* foreign_table_schema: string|null,
* foreign_table_name: string|null,
* foreign_column_name: string|null,
* on_update: string,
* on_delete: string,
* on_delete: ReferentialAction::*,
* check_expr: string
* }
* >
Expand Down

0 comments on commit 829f6a6

Please sign in to comment.