From 1c24feab31151dd494235ee06aee19c533a509e1 Mon Sep 17 00:00:00 2001 From: Rod Elias Date: Wed, 5 Dec 2018 11:55:15 -0200 Subject: [PATCH] fix docblock (#26746) --- src/Illuminate/Foundation/Console/ConfigCacheCommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Illuminate/Foundation/Console/ConfigCacheCommand.php b/src/Illuminate/Foundation/Console/ConfigCacheCommand.php index 275b672d5910..bfa923abc136 100644 --- a/src/Illuminate/Foundation/Console/ConfigCacheCommand.php +++ b/src/Illuminate/Foundation/Console/ConfigCacheCommand.php @@ -48,6 +48,8 @@ public function __construct(Filesystem $files) * Execute the console command. * * @return void + * + * @throws \LogicException */ public function handle() {