Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/Renderer/Twig/TwigFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@
class TwigFactory
{
private Config $config;

/**
* Logger instance for future use.
* Reserved for consistency with other factory patterns in the codebase.
Comment thread
ArnaudLigny marked this conversation as resolved.
*/
private LoggerInterface $logger;

private Builder $builder;

public function __construct(
Expand Down