Completed
Push — master ( f369a2...2249a7 )
by Loz
11s
created
code/Controller/AssetAdmin.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -557,7 +557,7 @@  discard block
 block discarded – undo
557 557
      * It handles both {@link File} and {@link Folder} records.
558 558
      *
559 559
      * @param int $id
560
-     * @return Form
560
+     * @return \Form
561 561
      */
562 562
     public function getFileEditForm($id)
563 563
     {
@@ -820,7 +820,7 @@  discard block
 block discarded – undo
820 820
      * Url handler for add to campaign form
821 821
      *
822 822
      * @param SS_HTTPRequest $request
823
-     * @return Form
823
+     * @return null|\Form
824 824
      */
825 825
     public function AddToCampaignForm($request)
826 826
     {
@@ -831,7 +831,7 @@  discard block
 block discarded – undo
831 831
 
832 832
     /**
833 833
      * @param int $id
834
-     * @return Form
834
+     * @return null|\Form
835 835
      */
836 836
     public function getAddToCampaignForm($id)
837 837
     {
Please login to merge, or discard this patch.