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

[CLEANUP] Allow array subtype parameters #1232

Closed JakeQZ closed 12 months ago

JakeQZ commented 12 months ago

The type specification of array{selector: string, line: int} is exact. To allow arrays with other various random elements, we need array{selector: string, line: int, ...}

Kudos to @weirdan for help with this (https://github.com/vimeo/psalm/issues/10188).