How can I disable this option from phpcsfixer? I want to use :
/**
* @var ObjectType $object
*/
But not,
/**@var ObjectType $type*/
But phpcsfixer will remove the variable name in the first case
Simply add
'phpdoc_var_without_name' => false
to your config.