Skip to content

Commit 3928dbb

Browse files
authored
Merge pull request #66 from jrfnl/feature/minor-msg-text-precision-fix
Utils: minor fix - error message precision
2 parents f029fcd + 873115a commit 3928dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Security/Sniffs/UtilsFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public static function getInstance() {
99
if (class_exists($utilsclass)) {
1010
return new $utilsclass();
1111
} else {
12-
exit("ERROR - Invalid CmsFramework value \"$cmsframework\" in config. Must be a class under Security_Sniffs.\n");
12+
exit("ERROR - Invalid CmsFramework value \"$cmsframework\" in config. Must be a class under PHPCS_SecurityAudit\Security\Sniffs.\n");
1313
}
1414
}
1515
return new \PHPCS_SecurityAudit\Security\Sniffs\Utils();

0 commit comments

Comments
 (0)