Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1031 $this->allowsReturnNull($method)
1048 * @param bool $allowsReturnNull
1052 …'', $callOriginalMethods = false, $static = false, $deprecation = false, $allowsReturnNull = false) argument
1097 'return_type' => $allowsReturnNull ? '?' . $return_type : $return_type,
1280 private function allowsReturnNull(ReflectionMethod $method) function in PHPUnit_Framework_MockObject_Generator