Skip to content

Commit

Permalink
fix: Property type
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Dec 25, 2023
1 parent 5e8607c commit 827171e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rss/Cloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 827171e

Please sign in to comment.