Completed
Pull Request — master (#330)
by Damian
02:08
created
code/Forms/UploadField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
     /**
138 138
      * Set upload type to multi / single
139 139
      *
140
-     * @param $multi
140
+     * @param boolean $multi
141 141
      * @return $this
142 142
      */
143 143
     public function setIsMultiUpload($multi)
Please login to merge, or discard this patch.
code/GraphQL/ReadFileQueryCreator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
             ->setConnectionResolver(array($this, 'resolveConnection'));
56 56
     }
57 57
 
58
+    /**
59
+     * @param \GraphQL\Type\Definition\ResolveInfo $info
60
+     */
58 61
     public function resolveConnection($object, array $args, $context, $info)
59 62
     {
60 63
         // Permission checks
Please login to merge, or discard this patch.
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.