Searched refs:isNullable (Results 1 – 3 of 3) sorted by relevance
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/ | ||
H A D | ArgumentNode.php | 27 private $isNullable = false; variable in Prophecy\\Doubler\\Generator\\Node\\ArgumentNode |
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ | ||
H A D | ClassMirror.php | 192 $node->setAsNullable($this->isNullable($parameter)); |
H A D | ClassCodeGenerator.php | 109 $php .= $argument->isNullable() ? '?' : ''; |