Closed wimski closed 2 years ago
Wouldn't it be more accurate to write:
@method static self METHOD_NAME()
...instead of:
@method static static METHOD_NAME()
This would only need a change here: https://github.com/BenSampo/laravel-enum/blob/76faf8cd638980883f0c0e1afdaa552ecef972a1/src/Commands/EnumAnnotateCommand.php#L57
It is actually less accurate if you are using inheritance, see https://github.com/BenSampo/laravel-enum/pull/285.
Wouldn't it be more accurate to write:
...instead of:
This would only need a change here: https://github.com/BenSampo/laravel-enum/blob/76faf8cd638980883f0c0e1afdaa552ecef972a1/src/Commands/EnumAnnotateCommand.php#L57