Completed
Push — master ( c321ed...d72938 )
by Mohamed
04:04
created
code/extensions/ConfigurablePageFieldExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      * Get field value that is suitable for the view template file.
16 16
      *
17
-     * @return object|false|string
17
+     * @return false|string
18 18
      */
19 19
     public function getViewValue()
20 20
     {
Please login to merge, or discard this patch.
code/pages/ConfigurablePage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
      *
140 140
      * @param Moo_EditableField $editableField
141 141
      *
142
-     * @return bool|FormField
142
+     * @return FormField
143 143
      */
144 144
     protected function getFieldFromEditableField(Moo_EditableField $editableField)
145 145
     {
Please login to merge, or discard this patch.