Home
last modified time | relevance | path

Searched refs:typeHint (Results 1 – 5 of 5) sorted by path

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php241 $typeHint = $parameter->getClass() ? $parameter->getClass()->getName() : null;
242 if (isset($locator[$typeHint])) {
243 $arguments[] = $locator[$typeHint];
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DArgumentNode.php22 private $typeHint; variable in Prophecy\\Doubler\\Generator\\Node\\ArgumentNode
44 return $this->typeHint;
47 public function setTypeHint($typeHint = null) argument
49 $this->typeHint = $typeHint;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php2793 $typeHint = '';
2827 $typeHint .= $this->_tokens[$i]['content'];
2834 $typeHint .= $this->_tokens[$i]['content'];
2863 $typeHint .= $this->_tokens[$i]['content'];
2869 $typeHint .= $this->_tokens[$i]['content'];
2875 $typeHint .= $this->_tokens[$i]['content'];
2897 $vars[$paramCount]['type_hint'] = $typeHint;
2905 $typeHint = '';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php414 $typeHint = $realParams[$pos]['type_hint'];
415 if ($typeHint === '') {
432 } else if ($typeHint !== substr($suggestedTypeHint, (strlen($typeHint) * -1))) {
436 $typeHint,
442 $typeHint = $realParams[$pos]['type_hint'];
443 if ($typeHint !== '') {
446 $typeHint,
/plugin/openlayersmap/ol7/
H A Dol.js.map