From f62d88e67e84f1fa9edeaf2774d45f4c783a4eac Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Mon, 7 Oct 2024 13:29:30 -0400 Subject: [PATCH] Fix Doxygen in DrushCommands --- src/Commands/DrushCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/DrushCommands.php b/src/Commands/DrushCommands.php index 2d97b129ff..60404b7411 100644 --- a/src/Commands/DrushCommands.php +++ b/src/Commands/DrushCommands.php @@ -112,7 +112,7 @@ public function preHook(CommandData $commandData) } /** - * Persist commandData for use in primary command callback. Used by 'topic' commands. + * Configure Laravel prompts package. */ #[CLI\Hook(type: HookManager::INITIALIZE, target: '*')] public function initHook($input, AnnotationData $annotationData)