Skip to content

Commit

Permalink
Fix psalm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Apr 5, 2024
1 parent 7a9e00a commit 4d06ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internal/Marshaller/Type/DurationJsonType.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DurationJsonType extends Type implements DetectableTypeInterface, RuleFact

/**
* @param MarshallerInterface $marshaller
* @param string $format Fall back format for parsing when the value is not an array.
* @param DateIntervalFormat $format Fall back format for parsing when the value is not an array.
*/
public function __construct(MarshallerInterface $marshaller, string $format = DateInterval::FORMAT_NANOSECONDS)
{
Expand Down

0 comments on commit 4d06ea8

Please sign in to comment.