In our project, we use the standards PSR0, PSR1, and PSR2, but I want to exclude a specific file only from the PSR0 namespace validation rule. Is there a way to add a comment to the file, so phcs ignores this rule:
Each class must be in a namespace of at least one level ...
source
share