Completed
Push — master ( ba555a...84256f )
by Ingo
01:51
created
code/Controller/AssetAdmin.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -841,7 +841,7 @@  discard block
 block discarded – undo
841 841
      * are set through {@link SearchForm()}.
842 842
      *
843 843
      * @param array $params Unsanitised request parameters
844
-     * @return DataList
844
+     * @return ArrayList
845 845
      */
846 846
     protected function getList($params = array())
847 847
     {
@@ -910,7 +910,7 @@  discard block
 block discarded – undo
910 910
      *
911 911
      * @param array $data
912 912
      * @param Form $form
913
-     * @return DBHTMLText|HTTPResponse
913
+     * @return null|HTTPResponse
914 914
      */
915 915
     public function addtocampaign($data, $form)
916 916
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use SilverStripe\Control\Controller;
20 20
 use SilverStripe\Control\HTTPRequest;
21 21
 use SilverStripe\Control\HTTPResponse;
22
-use SilverStripe\Core\Convert;
23 22
 use SilverStripe\Core\Injector\Injector;
24 23
 use SilverStripe\Forms\CheckboxField;
25 24
 use SilverStripe\Forms\DateField;
Please login to merge, or discard this patch.
code/Forms/FileFormFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use SilverStripe\Forms\DatetimeField;
8 8
 use SilverStripe\Forms\FieldList;
9 9
 use SilverStripe\Forms\FormAction;
10
-use SilverStripe\Forms\HiddenField;
11 10
 use SilverStripe\Forms\LiteralField;
12 11
 use SilverStripe\Forms\PopoverField;
13 12
 use SilverStripe\Forms\ReadonlyField;
Please login to merge, or discard this patch.