tomasnorre / crawler

Libraries and scripts for crawling the TYPO3 page tree. Used for re-caching, re-indexing, publishing applications etc.
GNU General Public License v3.0
54 stars 85 forks source link

Suppress E_WARNING #1091

Open ulrichmathes opened 3 months ago

ulrichmathes commented 3 months ago

Description

Solves #1087

Prevents E_WANRINGS in JsonCompatibilityConverter by early return on empty strings and fixing the error handling of unserialize

I have