Home
last modified time | relevance | path

Searched refs:_functionOpen (Results 1 – 1 of 1) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractVariableSniff.php54 private $_functionOpen = false; variable in PHP_CodeSniffer_Standards_AbstractVariableSniff
105 $this->_functionOpen = false;
112 $this->_functionOpen = false;
116 && $this->_functionOpen === false
118 $this->_functionOpen = true;
152 if ($this->_functionOpen === true) {