Skip to content

Commit ecfde7f

Browse files
committed
Simplify doc comments
1 parent 8dcf3bd commit ecfde7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manifests/repo.pp

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
# }
2020
# }
2121
#
22-
# @param [Enum['ZendPHP', 'ZendHQ']] product
22+
# @param product
2323
# Name of the Zend product
2424
#
25-
# @param [Optional[Hash]] creds
25+
# @param creds
2626
# ZendPHP repo credentials
2727
#
2828
# @option creds [String] username
@@ -31,7 +31,7 @@
3131
# @option creds [String] password
3232
# ZendPHP repo password
3333
#
34-
# @param [Hash] key
34+
# @param key
3535
# ZendPHP repo key
3636
#
3737
# @option key [String] id
@@ -40,7 +40,7 @@
4040
# @option key [String] source
4141
# ZendPHP repo key source URL
4242
#
43-
# @param [Hash] support_urls
43+
# @param support_urls
4444
# Links to relevant Zend product documentation
4545
#
4646
# @option support_urls [String] supported_platforms

0 commit comments

Comments
 (0)