nette / utils

🛠 Lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
https://doc.nette.org/utils
Other
1.98k stars 147 forks source link

SmartObject: __set() and __unset() compatibility with Latte Strict trait #237

Closed janbarasek closed 3 years ago

janbarasek commented 3 years ago

Latte trait Strict should be compatible with SmartObject, because some packages use SmartObject inside MacroSet.

Snímek obrazovky 2020-11-23 v 20 03 51

dg commented 3 years ago

IMHO these packages should be fixed. (Maybe duplicate to nette/latte#235)