Skip to content

Commit a79ede1

Browse files
committed
refactor: improve documentation for logger parameter in SkillsSynchronizer constructor
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 022683a commit a79ede1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Agent/Skills/SkillsSynchronizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ final class SkillsSynchronizer implements LoggerAwareInterface
3838
*
3939
* @param Filesystem $filesystem Filesystem instance for file operations
4040
* @param Finder $finder Finder instance for locating skill directories in the package
41-
* @param LoggerInterface $logger
41+
* @param LoggerInterface $logger Logger for recording synchronization actions and decisions
4242
*/
4343
public function __construct(
4444
private readonly Filesystem $filesystem,

0 commit comments

Comments
 (0)