php cs fixer

This commit is contained in:
2024-11-26 18:04:36 +01:00
parent 5afb92d549
commit 3e355a6465
21 changed files with 39 additions and 39 deletions

View File

@@ -17,7 +17,7 @@ use Chill\DocGeneratorBundle\Entity\DocGeneratorTemplate;
final readonly class ContextManager implements ContextManagerInterface
{
/**
* @param \Chill\DocGeneratorBundle\Context\DocGeneratorContextInterface[] $contexts
* @param DocGeneratorContextInterface[] $contexts
*/
public function __construct(private iterable $contexts) {}