Skip to content

Commit a2f2dc2

Browse files
authored
Fix prohibit dockblock (#51916)
1 parent f5f2b26 commit a2f2dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Illuminate/Console/Prohibitable.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ trait Prohibitable
1515
* Indicate whether the command should be prohibited from running.
1616
*
1717
* @param bool $prohibit
18-
* @return bool
18+
* @return void
1919
*/
2020
public static function prohibit($prohibit = true)
2121
{

0 commit comments

Comments
 (0)