summaryrefslogtreecommitdiff
path: root/public/app/controllers/JsonToForm.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/app/controllers/JsonToForm.php')
-rw-r--r--public/app/controllers/JsonToForm.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/app/controllers/JsonToForm.php b/public/app/controllers/JsonToForm.php
index 1e0b99b..5e16472 100644
--- a/public/app/controllers/JsonToForm.php
+++ b/public/app/controllers/JsonToForm.php
@@ -119,12 +119,12 @@ class JsonToForm
* construct a form (html, javasctipt)
* from a json designer
*
- * @param stdClass $formJson : form descriptor
+ * @param stdClass $formJson : form descriptor
*
* @param array $require_identity : array of properties and values;
* they identify the record; injected into form as hidden fields
*
- * @return array [ html=>(string), init_js=>(string), values_js=>String ]
+ * @return array [ html=>(string), init_js=>(string), values_js=>String ]
* -------------------------------------------------------------------------
*/
public static function json_form($formJson, $require_identity = [])