Skip to content

Commit 1359bce

Browse files
authored
Merge pull request #67 from jrfnl/feature/drupal8-utils-bugfix
Bug fix: Drupal8 utils not working
2 parents 3928dbb + 4d310c0 commit 1359bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Security/Sniffs/Drupal8/Utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
namespace PHPCS_SecurityAudit\Security\Sniffs\Drupal8;
33

4-
class Utils extends PHPCS_SecurityAudit\Security\Sniffs\Symfony2\Utils {
4+
class Utils extends \PHPCS_SecurityAudit\Security\Sniffs\Symfony2\Utils {
55

66
/**
77
* Heavy used function to verify if a token contains user input

0 commit comments

Comments
 (0)