Change @return on docblock

This commit is contained in:
Ron Bellido 2022-03-15 16:26:41 -07:00
parent b9ce78e020
commit 4a18811c4c

View File

@ -7,7 +7,7 @@ use Barryvdh\LaravelIdeHelper\Console\MetaCommand;
class FakeMetaCommand extends MetaCommand
{
/**
* @return void
* @return callable
*/
protected function registerClassAutoloadExceptions(): callable
{