MyIntervals / emogrifier

Converts CSS styles into inline style attributes in your HTML code.
https://www.myintervals.com/emogrifier.php
MIT License
905 stars 153 forks source link

[TASK] Ensure functions have `$strict` set to `true` #1268

Closed oliverklee closed 2 months ago

oliverklee commented 2 months ago

https://cs.symfony.com/doc/rules/strict/strict_param.html

Fixes #1267

JakeQZ commented 2 months ago

I changed the link in the commit message to the official docs, rather than a Symfony copy.

oliverklee commented 2 months ago

Thanks!