php-cs-fixer-phpdoc-force-fqcn
php-cs-fixer-phpdoc-force-fqcn copied to clipboard
php-cs-fixer rule to force using FQCN in DocBlock comments
Results
2
php-cs-fixer-phpdoc-force-fqcn issues
Sort by
recently updated
recently updated
newest added
e.g. ``` /** * App\Models\User * * @property int $id * @property string $name * @property string $email * @property string $password * @property string|null $remember_token * @property \Illuminate\Support\Carbon|null $created_at...
Hello, found that when I use rule ```php 'global_namespace_import' => [ 'import_classes' => true, ], ``` with this package, the result for global namespaces (`\BackedEnum`, `\Exception`) is something like this:...