lochmueller / staticfilecache

🚀 Fastest TYPO3 Extension ever 🚀
https://packagist.org/packages/lochmueller/staticfilecache
GNU General Public License v3.0
117 stars 65 forks source link

✨ phpstan level 2 #393

Closed Kanti closed 1 year ago

Kanti commented 1 year ago

Short description

...

Related Issue

...

More Details

lochmueller commented 1 year ago

Hey @Kanti , thanks for the cleanup. Merged... next time please avoid assert and use return/Exception. https://www.php.net/manual/en/function.assert.php ("assertions that take effect in development and testing environments, but are optimised away to have zero cost in production.") Regards, Tim