Commit 4d310c0
committed
Bug fix: Drupal8 utils not working
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.1 parent 1b8a61d commit 4d310c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments