php-trello-api
php-trello-api copied to clipboard
Typos in Checklist model
The array keys should be 'pos' and not 'position'.
https://github.com/cdaguerre/php-trello-api/blob/b1205d9ac9b24df03c2db5aa9a8c7418d28c0b78/lib/Trello/Model/Checklist.php#L205
https://github.com/cdaguerre/php-trello-api/blob/b1205d9ac9b24df03c2db5aa9a8c7418d28c0b78/lib/Trello/Model/Checklist.php#L211
These make item position setting not work.
@ilkka-rautiainen thanks for reporting! Could you make a pr?