From 9567d9c3f2b757de2df6561354e6583111dc50eb Mon Sep 17 00:00:00 2001 From: spekulatius Date: Sun, 19 Apr 2015 20:21:49 +1200 Subject: [PATCH] Update 01_Validation.md missing semicolon --- docs/en/02_Developer_Guides/03_Forms/01_Validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/03_Forms/01_Validation.md b/docs/en/02_Developer_Guides/03_Forms/01_Validation.md index a9c9f0064..c3ff0caee 100644 --- a/docs/en/02_Developer_Guides/03_Forms/01_Validation.md +++ b/docs/en/02_Developer_Guides/03_Forms/01_Validation.md @@ -137,7 +137,7 @@ reusable and would not be possible within the `CMS` or other automated `UI` but $form = new Form($controller, 'MyForm', $fields, $actions); - return $form + return $form; } public function doSubmitForm($data, $form) {