Completed
Pull Request — master (#312)
by Damian
01:48
created
code/Forms/FileFormFactory.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,11 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use SilverStripe\Assets\File;
6 6
 use SilverStripe\Control\Controller;
7
-use SilverStripe\Core\Convert;
8 7
 use SilverStripe\Forms\DatetimeField;
9 8
 use SilverStripe\Forms\FieldList;
10 9
 use SilverStripe\Forms\FormAction;
11
-use SilverStripe\Forms\HTMLReadonlyField;
12 10
 use SilverStripe\Forms\LiteralField;
13 11
 use SilverStripe\Forms\PopoverField;
14 12
 use SilverStripe\Forms\ReadonlyField;
Please login to merge, or discard this patch.
code/Controller/AssetAdmin.php 1 patch
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.