From 2f7612d8b15a6f14c648b4669234b70ba1fb9100 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:15 -0400 Subject: [PATCH] spelling: resource Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Model/Photo.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Model/Photo.php b/src/Model/Photo.php index a22fcf457..81ea22746 100644 --- a/src/Model/Photo.php +++ b/src/Model/Photo.php @@ -101,7 +101,7 @@ class Photo * Get photos for user id * * @param integer $uid User id - * @param string $resourceid Rescource ID of the photo + * @param string $resourceid Resource ID of the photo * @param array $conditions Array of fields for conditions * @param array $params Array of several parameters * @@ -122,7 +122,7 @@ class Photo * Get a photo for user id * * @param integer $uid User id - * @param string $resourceid Rescource ID of the photo + * @param string $resourceid Resource ID of the photo * @param integer $scale Scale of the photo. Defaults to 0 * @param array $conditions Array of fields for conditions * @param array $params Array of several parameters @@ -148,7 +148,7 @@ class Photo * on success, "no sign" image info, if user has no permission, * false if photo does not exists * - * @param string $resourceid Rescource ID of the photo + * @param string $resourceid Resource ID of the photo * @param integer $scale Scale of the photo. Defaults to 0 * @param integer $visitor_uid UID of the visitor *