From 941c4153afc2e72e00409d2ad6cfabd7b0aac7c7 Mon Sep 17 00:00:00 2001 From: Niels Braczek Date: Tue, 15 Dec 2020 15:37:06 +0100 Subject: [PATCH] Rename method arguments to use camelCase casing Backport of joomla/joomla-cms#31168 --- src/Photo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Photo.php b/src/Photo.php index 359c595..c226bdb 100644 --- a/src/Photo.php +++ b/src/Photo.php @@ -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.