fix: declare methods for AskForPassword trait

This commit is contained in:
Phan An 2019-11-29 21:51:21 +01:00
parent 872764da5a
commit e6e452dbe5

View file

@ -2,6 +2,10 @@
namespace App\Console\Commands\Traits;
/**
* @method void error($message, $verbosity = null)
* @method mixed secret($message, $fallback = true)
*/
trait AskForPassword
{
private function askForPassword(): string