mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
Change @return on docblock
This commit is contained in:
parent
b9ce78e020
commit
4a18811c4c
@ -7,7 +7,7 @@ use Barryvdh\LaravelIdeHelper\Console\MetaCommand;
|
||||
class FakeMetaCommand extends MetaCommand
|
||||
{
|
||||
/**
|
||||
* @return void
|
||||
* @return callable
|
||||
*/
|
||||
protected function registerClassAutoloadExceptions(): callable
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user