Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Ruleset.php

Ruleset::$sniffs

An array of sniff objects that are being used to check files.

The key is the fully qualified name of the sniff class and the value is the sniff object.

Type: array

File

vendor/squizlabs/php_codesniffer/src/Ruleset.php, line 78

Class

Ruleset

Namespace

PHP_CodeSniffer

Code

public $sniffs = [];
RSS feed
Powered by Drupal