Description
I would like to add PHPDoc for Facade so that the ide helper works properly.
Screenshots
This is what I would like to do:

This is the ide helper without my code:

And this is the ide helper with the phpdoc added:

Additional context
In the end it doesn't change any logic, but it's improves the operation of the ide (at least phpstorm/idea) but I think also with vscode.
Description
I would like to add PHPDoc for Facade so that the ide helper works properly.
Screenshots
This is what I would like to do:

This is the ide helper without my code:

And this is the ide helper with the phpdoc added:

Additional context
In the end it doesn't change any logic, but it's improves the operation of the ide (at least phpstorm/idea) but I think also with vscode.