From a9e1dc668875f4247f6331096248b099afff5ae6 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 bacb187cb37..e7b6bdcd618 100644 --- a/apps/testing/lib/Migration/Version30000Date20240102030405.php +++ b/apps/testing/lib/Migration/Version30000Date20240102030405.php @@ -1,11 +1,11 @@