Yup
Yup
If I have green light - i will proceed with adding all the generics to make psalm/phpstan happy.
> Please add a test case to ensure we do not introduce regressions in the future. Added.
I discovered that this method usually break up randomly. so I ended up like that: EntityEnum.php ```php
I doubt it there is a fix for that. At least I couldn't figure it out. Just posted here to be known for everybody. :)
This is what I use: ```php
lol... I don't see any benefits from 8.1 enums.... They behave almost like constants. The most important to me using enums is the ability to assign numberable properties to them....
Don't remember - I think I decided to go with Adapter Pattern in my case, but I think it's useful anyway. :)
Basically I needed to add `$runtimeConfig` for particular `path`, globally - not just for one file. So to avoid Repeat-Your-Self I could decorate CacheManager and do ```php if(stripos($path, 'XXX') !==...
Exception Only "include" tags are allowed within a "sandbox" section when using the include function
I can confirm. I have same error: **Only "include" tags are allowed within a "sandbox" section.** This is the code: ``` {% sandbox %} {{ include(template_from_string(email_template.template)) }} {% endsandbox %}...