Completed
Pull Request — master (#119)
by Franco
02:40
created
code/forms/JsonField.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -5,6 +5,9 @@
 block discarded – undo
5 5
 
6 6
 class JsonField extends CompositeField
7 7
 {
8
+    /**
9
+     * @param string $name
10
+     */
8 11
     public function __construct($name, $children = null)
9 12
     {
10 13
         $this->setName($name);
Please login to merge, or discard this patch.