prefix method in phpdoc of Route facade is:
/*
* ...
* @method static \Illuminate\Routing\RouteRegistrar prefix(string $prefix)
* ...
*/
but the extension say:

actually, it shows the return value of the protected method with the same name instead of using phpdoc.
thanks.