Skip to content

Commit

Permalink
Rename method arguments to use camelCase casing (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibra authored Dec 16, 2020
1 parent 6e60df9 commit 2498f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Photo.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function getTags($photo, $limit = 0, $offset = 0, $until = null, $since =
}

/**
* Method to tag one or more Users in a photo. $to or $tag_text required.
* Method to tag one or more Users in a photo. $to or $tagText required.
* Requires authentication and publish_stream permission, user_photos permission for private photos.
*
* @param string $photo The photo id.
Expand Down

0 comments on commit 2498f3b

Please sign in to comment.