You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @loevgaard! There is an error in the latest release of this plugin. We checked it thanks to PHPStan during the CI tests run by dependabot while trying to upgrade the plugin. The error is the following:
Child process error (exit code 255): PHP Fatal error: Type of Setono\TagBag\Tag\TwigTag::$name must be string (as in class Setono\TagBag\Tag\TemplateTag) in /.../vendor/setono/tag-bag-twig/src/Tag/TwigTag.php on line 7
Fatal error: Type of Setono\TagBag\Tag\TwigTag::$name must be string (as in classSetono\TagBag\Tag\TemplateTag) in /.../vendor/setono/tag-bag-twig/src/Tag/TwigTag.php on line 7
The text was updated successfully, but these errors were encountered:
lruozzi9
added a commit
to lruozzi9/tag-bag-twig
that referenced
this issue
Feb 1, 2023
The error is given by the simultaneous use of setono/tag-bag v1.5.0 and setono/tag-bag-twig v1.1.1. Probably, a new major of the setono/tag-bag-twig should be released after merging this, and incompatibility should be put in this plugin with <v2.0.
Hi @loevgaard! There is an error in the latest release of this plugin. We checked it thanks to PHPStan during the CI tests run by dependabot while trying to upgrade the plugin. The error is the following:
The text was updated successfully, but these errors were encountered: