diff --git a/WordPress/Sniffs/WP/ClassNameCaseSniff.php b/WordPress/Sniffs/WP/ClassNameCaseSniff.php index ef8170e275..72c560b769 100644 --- a/WordPress/Sniffs/WP/ClassNameCaseSniff.php +++ b/WordPress/Sniffs/WP/ClassNameCaseSniff.php @@ -826,7 +826,7 @@ final class ClassNameCaseSniff extends AbstractClassRestrictionsSniff { /** * List of all GetID3 classes in lowercase. * - * This array is automatically generated in the class constructor based on the $phpmailer_classes property. + * This array is automatically generated in the class constructor based on the $getid3_classes property. * * @since 3.0.0 *