From 55a5d8e225c21bb9f3ed99bedb02a01d0759ad3d Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 29 Jul 2024 11:16:38 -0100 Subject: [PATCH] fix(migration-attributes): psalm Signed-off-by: Maxence Lange --- .../Version30000Date20240102030405.php | 28 +++++++++---------- .../Attributes/ColumnMigrationAttribute.php | 8 ++++++ .../Attributes/GenericMigrationAttribute.php | 4 +++ .../Attributes/IndexMigrationAttribute.php | 7 +++++ .../Attributes/MigrationAttribute.php | 6 ++++ .../Attributes/TableMigrationAttribute.php | 7 +++++ 6 files changed, 46 insertions(+), 14 deletions(-) diff --git a/apps/testing/lib/Migration/Version30000Date20240102030405.php b/apps/testing/lib/Migration/Version30000Date20240102030405.php index bacb187cb37a8..e7b6bdcd61887 100644 --- a/apps/testing/lib/Migration/Version30000Date20240102030405.php +++ b/apps/testing/lib/Migration/Version30000Date20240102030405.php @@ -1,11 +1,11 @@