You are here

protected property FunctionCall::$phpcsFile in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php \Drupal\Sniffs\Semantics\FunctionCall::phpcsFile
  2. 8.2 coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php \Drupal\Sniffs\Semantics\FunctionCall::phpcsFile

The currently processed file.

Type: \PHP_CodeSniffer\Files\File

File

coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php, line 31

Class

FunctionCall
Helper class to sniff for specific function calls.

Namespace

Drupal\Sniffs\Semantics

Code

protected $phpcsFile;