Skip to content

Commit 0de8b19

Browse files
committed
refactor: improve constructor documentation for PlaceholderResolver class
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent d3633d4 commit 0de8b19

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/License/PlaceholderResolver.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
final readonly class PlaceholderResolver implements PlaceholderResolverInterface
3333
{
3434
/**
35-
* @param ClockInterface $clock
35+
* Initializes the resolver with a clock for obtaining the current year if needed.
36+
*
37+
* @param ClockInterface $clock Clock instance for obtaining the current year if needed
3638
*/
3739
public function __construct(
3840
private ClockInterface $clock,

0 commit comments

Comments
 (0)