Update return doc string on validate
This commit is contained in:
parent
60c4ffa8a6
commit
d0d69e59c9
|
@ -127,6 +127,7 @@ module VagrantPlugins
|
|||
|
||||
end
|
||||
|
||||
# @return [Array] array of strings of error messages from config option validation
|
||||
def validate(machine)
|
||||
errors = _detected_errors
|
||||
|
||||
|
|
Loading…
Reference in New Issue