Completed
Pull Request — master (#289)
by Ingo
02:07
created
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.