Completed
Pull Request — master (#306)
by Will
02:03
created
code/Controller/AssetAdmin.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -792,7 +792,7 @@  discard block
 block discarded – undo
792 792
      * are set through {@link SearchForm()}.
793 793
      *
794 794
      * @param array $params Unsanitised request parameters
795
-     * @return DataList
795
+     * @return ArrayList
796 796
      */
797 797
     protected function getList($params = array())
798 798
     {
@@ -861,7 +861,7 @@  discard block
 block discarded – undo
861 861
      *
862 862
      * @param array $data
863 863
      * @param Form $form
864
-     * @return DBHTMLText|HTTPResponse
864
+     * @return HTTPResponse|null
865 865
      */
866 866
     public function addtocampaign($data, $form)
867 867
     {
Please login to merge, or discard this patch.