We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1711e01 commit f867dfeCopy full SHA for f867dfe
src/phpDocumentor/Reflection/Php/Function_.php
@@ -56,7 +56,7 @@ public function __construct(
56
?DocBlock $docBlock = null,
57
?Location $location = null,
58
?Type $returnType = null,
59
- bool $hasReturnByReference = null
+ bool $hasReturnByReference = false
60
) {
61
if ($location === null) {
62
$location = new Location(-1);
src/phpDocumentor/Reflection/Php/Method.php
@@ -72,7 +72,7 @@ public function __construct(
72
bool $final = false,
73
74
75
76
77
$this->fqsen = $fqsen;
78
$this->visibility = $visibility;
0 commit comments