Skip to content

Commit

Permalink
Fix prohibit dockblock (#51916)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriquynh authored Jun 26, 2024
1 parent f5f2b26 commit a2f2dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Prohibitable.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit a2f2dc2

Please sign in to comment.