Completed
Pull Request — master (#202)
by Ingo
02:38
created
code/Controller/AssetAdmin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use DataObject;
18 18
 use Injector;
19 19
 use Folder;
20
-use CMSForm;
21 20
 use SS_List;
22 21
 use SSViewer;
23 22
 use HeaderField;
Please login to merge, or discard this patch.
tests/php/AssetAdminTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -442,6 +442,7 @@
 block discarded – undo
442 442
     }
443 443
 
444 444
     /**
445
+     * @param string $paramName
445 446
      * @return Array Emulating an entry in the $_FILES superglobal
446 447
      */
447 448
     protected function getUploadFile($paramName, $tmpFileName = 'AssetAdminTest.txt')
Please login to merge, or discard this patch.