VariableAnalysisSniff::$sitePassByRefFunctions
* A list of custom functions which pass in variables to be initialized by * reference (eg `preg_match()`) and therefore should not require those * variables to be defined ahead of time. The list is space separated and * each entry is of the form `functionName:1,2`. The function name comes * first followed by a colon and a comma-separated list of argument numbers * (starting from 1) which should be considered variable definitions. The * special value `...` in the arguments list will cause all arguments after * the last number to be considered variable definitions. * *
Type: string|null
File
-
vendor/
sirbrillig/ phpcs-variable-analysis/ VariableAnalysis/ Sniffs/ CodeAnalysis/ VariableAnalysisSniff.php, line 55
Class
Namespace
VariableAnalysis\Sniffs\CodeAnalysisCode
public $sitePassByRefFunctions = null;