Closed alexander-schranz closed 2 years ago
@Ocramius I have again problem to update the psalm baseline, still have errors in the CI after update. Not sure why 🙈
@alexander-schranz try
docker run --rm -ti -v $(pwd):/app -w /app php:7.4 ./vendor/bin/psalm --no-cache --set-baseline=psalm-baseline.xml
:ship:
Thank you!
Signed-off-by: Alexander Schranz alexander@sulu.io
Description
Currently it is not possible to use twig and plates side by side as the "global" config
extension
config doesn't allow it. Why I personally would remove things likepaths
,extension
into aplates
specific config and not "abstract" it I did for bc reasons just make it possible to overwrite things like its done in twig renderer.In twig such config already possible as twig config overwrite the
templates
configuration here the same way: https://github.com/mezzio/mezzio-twigrenderer/blob/57f301d01181f96f1379b8397ca285b856622efc/src/TwigRendererFactory.php#L59-L66Example:
TODO