From 827171e49af56e194d3ef22004ef83b4ab57463d Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Mon, 25 Dec 2023 12:58:38 -0500 Subject: [PATCH] fix: Property type --- src/Rss/Cloud.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rss/Cloud.php b/src/Rss/Cloud.php index bf38f0f..af1bd55 100644 --- a/src/Rss/Cloud.php +++ b/src/Rss/Cloud.php @@ -19,7 +19,7 @@ class Cloud implements Stringable * @param string $path The location of its responder. * @param string $registerProcedure The name of the procedure to call to * request notification. - * @param CloudProtocol $protocol Is xml-rpc, soap, or + * @param string $protocol Is xml-rpc, soap, or * http-post (case-sensitive), indicating which protocol is to be used. * * @return self