From c5cd8d91669b14ae8945a347efe28fc1aa980d39 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 7 Sep 2018 09:19:55 +0200 Subject: [PATCH] Improve class import and strict typing for generated migration class Signed-off-by: Christoph Wurst --- core/Command/Db/Migrations/GenerateCommand.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/core/Command/Db/Migrations/GenerateCommand.php b/core/Command/Db/Migrations/GenerateCommand.php index f3af3e0e6d..69bf4a84a8 100644 --- a/core/Command/Db/Migrations/GenerateCommand.php +++ b/core/Command/Db/Migrations/GenerateCommand.php @@ -40,8 +40,12 @@ class GenerateCommand extends Command implements CompletionAwareInterface { protected static $_templateSimple = '