From 053ac04387f20a88f74698f401fe3204cbc7b081 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 1 Oct 2008 21:06:56 +0000 Subject: [PATCH] MINOR Removed @usedby, it's not a valid phpdoc token --- code/MultiFormStep.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/MultiFormStep.php b/code/MultiFormStep.php index 58bc91e..8e9506e 100644 --- a/code/MultiFormStep.php +++ b/code/MultiFormStep.php @@ -162,12 +162,11 @@ class MultiFormStep extends DataObject { * Custom validation for a step. In most cases, it should be sufficient * to have built-in validation through the {@link Validator} class * on the {@link getValidator()} method. + * * Use {@link Form->sessionMessage()} to feed back validation messages * to the user. Please don't redirect from this method, * this is taken care of in {@link next()}. * - * @usedby next() - * * @param array $data Request data * @param Form $form * @return boolean Validation success