Completed
Pull Request — master (#330)
by Ingo
02:20
created
code/Controller/AssetAdmin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -902,7 +902,7 @@
 block discarded – undo
902 902
      *
903 903
      * @param array $data
904 904
      * @param Form $form
905
-     * @return DBHTMLText|HTTPResponse
905
+     * @return null|HTTPResponse
906 906
      */
907 907
     public function addtocampaign($data, $form)
908 908
     {
Please login to merge, or discard this patch.
code/GraphQL/FileFilterInputTypeCreator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
      * Caution: Does NOT enforce canView permissions
76 76
      *
77 77
      * @param Filterable $list
78
-     * @param array $filterArgs
78
+     * @param array $filter
79 79
      * @return Filterable
80 80
      */
81 81
     public function filterList(Filterable $list, $filter)
Please login to merge, or discard this patch.