We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dcf3bd commit ecfde7fCopy full SHA for ecfde7f
manifests/repo.pp
@@ -19,10 +19,10 @@
19
# }
20
21
#
22
-# @param [Enum['ZendPHP', 'ZendHQ']] product
+# @param product
23
# Name of the Zend product
24
25
-# @param [Optional[Hash]] creds
+# @param creds
26
# ZendPHP repo credentials
27
28
# @option creds [String] username
@@ -31,7 +31,7 @@
31
# @option creds [String] password
32
# ZendPHP repo password
33
34
-# @param [Hash] key
+# @param key
35
# ZendPHP repo key
36
37
# @option key [String] id
@@ -40,7 +40,7 @@
40
# @option key [String] source
41
# ZendPHP repo key source URL
42
43
-# @param [Hash] support_urls
+# @param support_urls
44
# Links to relevant Zend product documentation
45
46
# @option support_urls [String] supported_platforms
0 commit comments