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 2e9ee9a commit 62d2019Copy full SHA for 62d2019
src/PropertyProcessor/Decorator/TypeHint/TypeHintTransferDecorator.php
@@ -20,6 +20,6 @@ public function __construct(protected PropertyInterface $property) {}
20
*/
21
public function decorate(string $input, bool $outputType = false): string
22
{
23
- return $this->property->getTypeHint($outputType);
+ return $this->property->getTypeHint($outputType, [self::class]);
24
}
25
0 commit comments