Completed
Pull Request — master (#276)
by Ingo
01:58
created
code/Controller/AssetAdmin.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -553,7 +553,7 @@  discard block
 block discarded – undo
553 553
      * It handles both {@link File} and {@link Folder} records.
554 554
      *
555 555
      * @param int $id
556
-     * @return Form
556
+     * @return \Form
557 557
      */
558 558
     public function getFileEditForm($id)
559 559
     {
@@ -721,7 +721,7 @@  discard block
 block discarded – undo
721 721
      * are set through {@link SearchForm()}.
722 722
      *
723 723
      * @param array $params Unsanitised request parameters
724
-     * @return DataList
724
+     * @return ArrayList
725 725
      */
726 726
     protected function getList($params = array())
727 727
     {
@@ -817,7 +817,7 @@  discard block
 block discarded – undo
817 817
      * Url handler for add to campaign form
818 818
      *
819 819
      * @param HTTPRequest $request
820
-     * @return Form
820
+     * @return null|\Form
821 821
      */
822 822
     public function AddToCampaignForm($request)
823 823
     {
@@ -828,7 +828,7 @@  discard block
 block discarded – undo
828 828
 
829 829
     /**
830 830
      * @param int $id
831
-     * @return Form
831
+     * @return null|\Form
832 832
      */
833 833
     public function getAddToCampaignForm($id)
834 834
     {
Please login to merge, or discard this patch.