MINOR Removed @usedby, it's not a valid phpdoc token

This commit is contained in:
Sean Harvey 2008-10-01 21:06:56 +00:00
parent 7968b09fea
commit 053ac04387

View File

@ -162,12 +162,11 @@ class MultiFormStep extends DataObject {
* Custom validation for a step. In most cases, it should be sufficient * Custom validation for a step. In most cases, it should be sufficient
* to have built-in validation through the {@link Validator} class * to have built-in validation through the {@link Validator} class
* on the {@link getValidator()} method. * on the {@link getValidator()} method.
*
* Use {@link Form->sessionMessage()} to feed back validation messages * Use {@link Form->sessionMessage()} to feed back validation messages
* to the user. Please don't redirect from this method, * to the user. Please don't redirect from this method,
* this is taken care of in {@link next()}. * this is taken care of in {@link next()}.
* *
* @usedby next()
*
* @param array $data Request data * @param array $data Request data
* @param Form $form * @param Form $form
* @return boolean Validation success * @return boolean Validation success