We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f029fcd + 873115a commit 3928dbbCopy full SHA for 3928dbb
Security/Sniffs/UtilsFactory.php
@@ -9,7 +9,7 @@ public static function getInstance() {
9
if (class_exists($utilsclass)) {
10
return new $utilsclass();
11
} else {
12
- exit("ERROR - Invalid CmsFramework value \"$cmsframework\" in config. Must be a class under Security_Sniffs.\n");
+ exit("ERROR - Invalid CmsFramework value \"$cmsframework\" in config. Must be a class under PHPCS_SecurityAudit\Security\Sniffs.\n");
13
}
14
15
return new \PHPCS_SecurityAudit\Security\Sniffs\Utils();
0 commit comments