barryvdh / laravel-ide-helper

IDE Helper for Laravel
MIT License
14.17k stars 1.16k forks source link

Force FQN is not taken into account when using `ide-helper:models --write-mixin` #1358

Open bmoex opened 2 years ago

bmoex commented 2 years ago

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: