Skip to content

Commit ee31df2

Browse files
filecagesimPod
andauthored
chore: use predefined ConverterRegistry phpstan type
Co-authored-by: Simon Podlipsky <[email protected]>
1 parent 0fab411 commit ee31df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Param/ParamValueConverterRegistry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function __construct(array $registry = [])
7272
));
7373
};
7474

75-
/** @phpstan-var array<string, Converter> $defaultRegistry */
75+
/** @phpstan-var ConverterRegistry $defaultRegistry */
7676
$defaultRegistry = [
7777
'String' => self::stringConverter(),
7878
'FixedString' => self::stringConverter(),

0 commit comments

Comments
 (0)