rybakit / twig-deferred-extension

An extension for Twig that allows to defer block rendering.
MIT License
108 stars 3 forks source link

Fix deprecation notice in php 8.2 #15

Closed Enjoyzz closed 1 year ago

Enjoyzz commented 1 year ago

Deprecated: Creation of dynamic property __TwigTemplate_efd7c2423820cb76aba34162066fe1f0_b476bd88840c3d5389fe4c8caf84fae4::$deferred is deprecated in...

I had to remove the common property, and call $deferred via $this->env->getExtension() every time a variable was needed

rybakit commented 1 year ago

Thanks for the PR! Still, I want to keep the property, so I created an alternative PR.