You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our coding standards require all docprops to be FQN. When i want to use the --write-mixin option it conflicts with our phpcs conditions, if we use our phpcbf to fix it, the mixin will be placed everytime the command is generated.
Steps To Reproduce:
Set force_fqn to true
Run artisan ide-helper:models --write-mixin
Expected: * @mixin \App\Models\IdeHelper<<MODEL>>
The text was updated successfully, but these errors were encountered:
Versions:
Description:
Our coding standards require all docprops to be FQN. When i want to use the --write-mixin option it conflicts with our phpcs conditions, if we use our phpcbf to fix it, the mixin will be placed everytime the command is generated.
Steps To Reproduce:
force_fqn
to trueartisan ide-helper:models --write-mixin
* @mixin \App\Models\IdeHelper<<MODEL>>
The text was updated successfully, but these errors were encountered: