Completed
Push — master ( 88e09e...e3dc40 )
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.
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.