Skip to content

Commit a805306

Browse files
committed
PHPStan compat.
1 parent be2adda commit a805306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ConvertKit_API_Traits.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ public function update_tag_name(int $tag_id, string $name)
605605
/**
606606
* Tags the given subscribers with the given existing Tags.
607607
*
608-
* @param array<int,array<string,int>> $taggings Taggings, in the format:
608+
* @param array<int,array<string>> $taggings Taggings, in the format:
609609
* [
610610
* [
611611
* "tag_id" => 0,
@@ -616,7 +616,7 @@ public function update_tag_name(int $tag_id, string $name)
616616
* "subscriber_id" => 1
617617
* ],
618618
* ].
619-
* @param string $callback_url URL to notify for large batch size when async processing complete.
619+
* @param string $callback_url URL to notify for large batch size when async processing complete.
620620
*
621621
* @since 2.2.1
622622
*

0 commit comments

Comments
 (0)