- Issue created by @dpi
Coder complains with:
Data types in @var tags need to be fully namespaced (Drupal.Commenting.DataTypeNamespace.DataTypeNamespace)
When using PHPStan type imports https://phpstan.org/writing-php-code/phpdoc-types#local-type-aliases
Define or import a type
Use the type in /** @var MyType $variableName */
Never complain about PHPStan types.
Perhaps coder should check if the class exists in the same namespace as the file, before complaining about non FQN's.
Active
8.3
Coder Sniffer