Simon Wisselink
Simon Wisselink
The default modifier has already been changed to longer use the @ modifier in https://github.com/smarty-php/smarty/pull/629
Sorry, I can't follow you. Is there a problem you are trying to fix?
@Rambomst do you have a code example that triggers the error? I'll add a unit test and merge it asap
I like this fix very much, but as you mention, it would require a new major release. What if we keep the public properties template, source and desc and 'fix'...
For now, I'd just add them back. If we choose to deprecate them in the future, option 2 can be implemented then.
This seems great at first glance, and all the tests seem to be passing. However, it feels a bit weird to start providing wrappers for native PHP-functions, only to prevent...
@mfettig @rudiedirkx you are both right. I've given it some thought, and I think we should go forward in the direction you propose. One way out of the never ending...
@JulienPalard I can confirm this issue still exists. I've beem doing a little debugging, but it seems we need to fix `ucfirst` too? Without fixing that I quickly run into...
@blaaat Wouldn't `@return $this` be more appropriate here?