[Drupal] Namespace importing should be preferred over include/require functions

Hello @Pierre-Loup,

I don’t think this one is a security one as the use of namespaces will not protect against inclusion attacks.

Instead I prefer to create it as a Code Smell. Here are the specification RSPEC-4833 and the implementation SONARPHP-829 tickets.

Regards