We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff260d commit ef5a0f2Copy full SHA for ef5a0f2
1 file changed
src/Builder/ParameterBuilder.php
@@ -157,9 +157,11 @@ public function getTypeDocBlockHint(): ?string
157
return $this->typeDocBlockHint;
158
}
159
160
- public function setTypeDocBlockHint(?string $typeDocBlockHint): void
+ public function setTypeDocBlockHint(?string $typeDocBlockHint): self
161
{
162
$this->typeDocBlockHint = $typeDocBlockHint;
163
+
164
+ return $this;
165
166
167
public function generate(): ParameterGenerator
0 commit comments