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.
ConverterRegistry
1 parent 0fab411 commit ee31df2Copy full SHA for ee31df2
src/Param/ParamValueConverterRegistry.php
@@ -72,7 +72,7 @@ public function __construct(array $registry = [])
72
));
73
};
74
75
- /** @phpstan-var array<string, Converter> $defaultRegistry */
+ /** @phpstan-var ConverterRegistry $defaultRegistry */
76
$defaultRegistry = [
77
'String' => self::stringConverter(),
78
'FixedString' => self::stringConverter(),
0 commit comments