Marcus Pöhls
Marcus Pöhls
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
## Bug report ### Summary Update to PHP 8.2 and watch your Modx log file. You’ll notice PHP deprecation warnings for dynamic properties in the `xPDO` class. This happens in...
### What does it do? Adds the `config` property to the `modlexicon.class.php` class, to not to rely on a dynamic property. ### Why is it needed? PHP 8 deprecates dynamic...
I’m using `Tagged` types in combination with `Jsonify`-ed types. It seems that tagged types aren’t unwrapped when creating their JSON type. Am I missing something or is that an option...