mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-10 23:39:43 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -22,7 +22,7 @@ final class GenericDocExtension extends AbstractExtension
|
||||
new TwigFilter('chill_generic_doc_render', [GenericDocExtensionRuntime::class, 'renderGenericDoc'], [
|
||||
'needs_environment' => true,
|
||||
'is_safe' => ['html'],
|
||||
])
|
||||
]),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
@@ -43,6 +43,6 @@ final readonly class GenericDocExtensionRuntime implements RuntimeExtensionInter
|
||||
}
|
||||
}
|
||||
|
||||
throw new \LogicException("no renderer found");
|
||||
throw new \LogicException('no renderer found');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user