Completed
Push — master ( 6f8e07...2b4fbf )
by Mohamed
11:31
created
code/models/editablefields/EditableFieldCheckbox.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * Get extra configuration fields.
26 26
      *
27
-     * @return array
27
+     * @return CheckboxField[]
28 28
      */
29 29
     public function getFieldConfiguration()
30 30
     {
Please login to merge, or discard this patch.
code/models/editablefields/EditableFieldDate.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * Get extra configuration fields.
26 26
      *
27
-     * @return array
27
+     * @return CheckboxField[]
28 28
      */
29 29
     public function getFieldConfiguration()
30 30
     {
Please login to merge, or discard this patch.
code/models/editablefields/EditableFieldHeading.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Get extra configuration fields.
36 36
      *
37
-     * @return array
37
+     * @return DropdownField[]
38 38
      */
39 39
     public function getFieldConfiguration()
40 40
     {
Please login to merge, or discard this patch.
code/models/editablefields/EditableFieldLiteral.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     /**
26 26
      * Get extra configuration fields.
27 27
      *
28
-     * @return array
28
+     * @return TextareaField[]
29 29
      */
30 30
     public function getFieldConfiguration()
31 31
     {
Please login to merge, or discard this patch.
code/models/editablefields/EditableFieldMemberList.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * Get extra configuration fields.
26 26
      *
27
-     * @return array
27
+     * @return DropdownField[]
28 28
      */
29 29
     public function getFieldConfiguration()
30 30
     {
Please login to merge, or discard this patch.
code/models/editablefields/EditableFieldNumeric.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * Get extra validation fields.
34 34
      *
35
-     * @return array
35
+     * @return NumericField[]
36 36
      */
37 37
     public function getFieldValidationOptions()
38 38
     {
Please login to merge, or discard this patch.
code/models/editablefields/EditableFieldPageTypeList.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * Get extra configuration fields.
26 26
      *
27
-     * @return array
27
+     * @return DropdownField[]
28 28
      */
29 29
     public function getFieldConfiguration()
30 30
     {
Please login to merge, or discard this patch.