Commit bece6757 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

phpdoc

(cherry picked from commit 6bd9cdca)
parent 7bff4e9a
......@@ -87,7 +87,7 @@ class CountryField extends BaseField
/**
* select if multiple countries may be selected at once
* @param $value boolean value Y/N
* @param string $value boolean value Y/N
*/
public function setmultiple($value)
{
......@@ -100,7 +100,7 @@ class CountryField extends BaseField
/**
* Add inverted countries to selection (prefix !, meaning not)
* @param $value boolean value Y/N
* @param string $value boolean value Y/N
*/
public function setAddInverted($value)
{
......
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