Commit 0c02edbf by Alexander Makarov

Adjusted default validator method phpdoc

parent 44273f07
......@@ -23,7 +23,10 @@ class DefaultValueValidator extends Validator
* The function signature must be as follows,
*
* ~~~
* function foo($object, $attribute) {...return $value; }
* function foo($object, $attribute) {
* // compute value
* return $value;
* }
* ~~~
*/
public $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