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.
1 parent d3633d4 commit 0de8b19Copy full SHA for 0de8b19
1 file changed
src/License/PlaceholderResolver.php
@@ -32,7 +32,9 @@
32
final readonly class PlaceholderResolver implements PlaceholderResolverInterface
33
{
34
/**
35
- * @param ClockInterface $clock
+ * 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
38
*/
39
public function __construct(
40
private ClockInterface $clock,
0 commit comments