/** * Get the Array of Existing Core Rule Names * * @param bool $lowercase Switch to set rules lowercase * * @return array * @since 3.2.0 */ public function get(bool $lowercase = false): array;