Skip to content

Commit

Permalink
PHPStan compat
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Jun 26, 2024
1 parent eda0117 commit 5d1485f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/class-convertkit-api-v4.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ public function base64_urlencode( $str ) {
*
* @since 2.0.0
*
* @param string $return_url Return URL.
* @return string OAuth URL
* @param bool|string $return_url Return URL.
* @return string OAuth URL
*/
public function get_oauth_url( $return_url = false ) {

Expand Down

0 comments on commit 5d1485f

Please sign in to comment.