From 6a589edfc762cd5770932a2bfd6a7620b6a12390 Mon Sep 17 00:00:00 2001 From: Quynh Nguyen Date: Wed, 26 Jun 2024 14:53:05 +0700 Subject: [PATCH] Fix prohibit dockblock --- src/Illuminate/Console/Prohibitable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Console/Prohibitable.php b/src/Illuminate/Console/Prohibitable.php index d39be8cf94bd..959b3086141c 100644 --- a/src/Illuminate/Console/Prohibitable.php +++ b/src/Illuminate/Console/Prohibitable.php @@ -15,7 +15,7 @@ trait Prohibitable * Indicate whether the command should be prohibited from running. * * @param bool $prohibit - * @return bool + * @return void */ public static function prohibit($prohibit = true) {