You are here

private property DeprecatedSniff::$debug in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 coder_sniffer/Drupal/Sniffs/Commenting/DeprecatedSniff.php \Drupal\Sniffs\Commenting\DeprecatedSniff::debug

Show debug output for this sniff.

Use phpcs --runtime-set deprecated_debug true

Type: boolean

File

coder_sniffer/Drupal/Sniffs/Commenting/DeprecatedSniff.php, line 33

Class

DeprecatedSniff
Ensures standard format of @ deprecated tag text in docblock.

Namespace

Drupal\Sniffs\Commenting

Code

private $debug = false;