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

Fix docs for `push_result`

[ci skip]
parent a534af11
......@@ -39,8 +39,8 @@ module Gitlab
# Add a reference to the pipeline's result Hash
#
# type - Singular Symbol reference type (e.g., :issue, :user, etc.)
# value - Object to add
# type - Singular Symbol reference type (e.g., :issue, :user, etc.)
# values - One or more Objects to add
def push_result(type, *values)
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