You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Drupal8 framework setting hadn't been working for quite a while.
PR 50 already fixed part of this by adding the namespace, but as the name of class being extended, this would now still not work correctly as it would look for a `PHPCS_SecurityAudit\Security\Sniffs\Drupal8\PHPCS_SecurityAudit\Security\Sniffs\Symfony2\Utils` class.
Changing the name of the class being extended to fully qualified, fixes this.
0 commit comments