Skip to content
#

code-standards

Here are 20 public repositories matching this topic...

PHP-CS-Fixer
hackel
hackel commented Feb 27, 2020

Currently the GlobalNamespaceImportFixer tries to import classes from phpdoc annotations, even if they aren't actually used in the code. This is an issue when your coding style dictates that you always use FQCNs in doc blocks only. I don't want it to use the imported class name or import unnecessary classes.

Ideally, it would also have an option to rewrite it to use the FQCN, but that shoul

Improve this page

Add a description, image, and links to the code-standards topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the code-standards topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.