You are here

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

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

Show debug output for this sniff.

Use phpcs --runtime-set todo_debug true

Type: boolean

File

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

Class

TodoCommentSniff
Parses and verifies that comments use the correct @todo format.

Namespace

Drupal\Sniffs\Commenting

Code

private $debug = false;