Completed
Push — master ( baff0f...fb8428 )
by Robbie
9s
created
code/FileVersion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
     /**
95 95
      * Returns a Boolean object indicating if this version is currently active.
96 96
      *
97
-     * @return Boolean
97
+     * @return DBField
98 98
      */
99 99
     public function IsCurrent()
100 100
     {
Please login to merge, or discard this patch.
code/VersionedFileExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     private static $has_many = array('Versions'      => 'FileVersion');
12 12
 
13 13
     /**
14
-     * @param FieldSet $fields
14
+     * @param FieldList $fields
15 15
      */
16 16
     public function updateCMSFields(FieldList $fields)
17 17
     {
Please login to merge, or discard this patch.
code/VersionedFileUploadField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      * Action to handle upload of a single file
17 17
      * 
18 18
      * @param SS_HTTPRequest $request
19
-     * @return string json
19
+     * @return null|SS_HTTPResponse json
20 20
      */
21 21
     public function upload(SS_HTTPRequest $request)
22 22
     {
Please login to merge, or discard this patch.