Skip to content

Commit

Permalink
Fix yard warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed May 3, 2024
1 parent 8e310ec commit 4a3e52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/cas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def validate_cas_setup
# +service+ and add it and the +ticket+ as paraemters to the
# CAS serviceValidate URL.
#
# @param [String] service the service (a.k.a. return-to) URL
# @param [String] service_url the service (a.k.a. return-to) URL
# @param [String] ticket the ticket to validate
#
# @return [String] a URL like `http://cas.mycompany.com/serviceValidate?service=...&ticket=...`
Expand Down

0 comments on commit 4a3e52f

Please sign in to comment.