Skip to content

Commit

Permalink
chore: use predefined ConverterRegistry phpstan type
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Podlipsky <simon@podlipsky.net>
  • Loading branch information
filecage and simPod authored Jan 29, 2025
1 parent 0fab411 commit ee31df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Param/ParamValueConverterRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function __construct(array $registry = [])
));
};

/** @phpstan-var array<string, Converter> $defaultRegistry */
/** @phpstan-var ConverterRegistry $defaultRegistry */
$defaultRegistry = [
'String' => self::stringConverter(),
'FixedString' => self::stringConverter(),
Expand Down

0 comments on commit ee31df2

Please sign in to comment.