Completed
Pull Request — master (#245)
by Damian
02:35
created
code/Controller/AssetAdmin.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -819,7 +819,7 @@
 block discarded – undo
819 819
      *
820 820
      * @param array $data
821 821
      * @param Form $form
822
-     * @return DBHTMLText|SS_HTTPResponse
822
+     * @return SS_HTTPResponse|null
823 823
      */
824 824
     public function addtocampaign($data, $form)
825 825
     {
Please login to merge, or discard this patch.
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -31,14 +31,8 @@
 block discarded – undo
31 31
 use Upload;
32 32
 use Config;
33 33
 use FormAction;
34
-use TextField;
35
-use HiddenField;
36
-use ReadonlyField;
37
-use LiteralField;
38 34
 use PopoverField;
39
-use HTMLReadonlyField;
40 35
 use Convert;
41
-use DatetimeField;
42 36
 
43 37
 /**
44 38
  * AssetAdmin is the 'file store' section of the CMS.
Please login to merge, or discard this patch.