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 022683a commit a79ede1Copy full SHA for a79ede1
1 file changed
src/Agent/Skills/SkillsSynchronizer.php
@@ -38,7 +38,7 @@ final class SkillsSynchronizer implements LoggerAwareInterface
38
*
39
* @param Filesystem $filesystem Filesystem instance for file operations
40
* @param Finder $finder Finder instance for locating skill directories in the package
41
- * @param LoggerInterface $logger
+ * @param LoggerInterface $logger Logger for recording synchronization actions and decisions
42
*/
43
public function __construct(
44
private readonly Filesystem $filesystem,
0 commit comments