Commit 9d3a1d00 authored by Robert Speicher's avatar Robert Speicher

Fix docs for `push_result`

[ci skip]
parent a534af11
...@@ -40,7 +40,7 @@ module Gitlab ...@@ -40,7 +40,7 @@ module Gitlab
# Add a reference to the pipeline's result Hash # Add a reference to the pipeline's result Hash
# #
# type - Singular Symbol reference type (e.g., :issue, :user, etc.) # type - Singular Symbol reference type (e.g., :issue, :user, etc.)
# value - Object to add # values - One or more Objects to add
def push_result(type, *values) def push_result(type, *values)
return if values.empty? return if values.empty?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment