infinum / eightshift-libs

Library that is meant to be used inside Eightshift Boilerplate and Eightshift Boilerplate Plugin libs via composer in order to be able to easily set up a modern development process.
https://eightshift.com
MIT License
62 stars 11 forks source link

[BUG] - getTwPart $custom doesn't support arrays #428

Closed kancijan closed 1 month ago

kancijan commented 2 months ago

Passing an array to the third parameter in Helpers::getTwPart() outputs an "Array" string.

image

kancijan commented 2 months ago

$custom is spread, so maybe just update docblock so we get an error from Stan