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)
     {