Skip to content

Commit f29083f

Browse files
committed
PHPStan compat.
1 parent 8bc72ad commit f29083f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ConvertKit_API_Traits.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ public function get_post(int $id)
11701170
* @param \DateTime|null $updated_before Filter subscribers who have been updated before this date.
11711171
* @param string $sort_field Sort Field (id|updated_at|cancelled_at).
11721172
* @param string $sort_order Sort Order (asc|desc).
1173-
* @param array $include Additional fields to include: attribution, tags, location, canceled_at.
1173+
* @param array<string> $include Additional fields to include: attribution, tags, location, canceled_at.
11741174
* @param boolean $include_total_count To include the total count of records in the response, use true.
11751175
* @param string $after_cursor Return results after the given pagination cursor.
11761176
* @param string $before_cursor Return results before the given pagination cursor.

0 commit comments

Comments
 (0)