Completed
Push — master ( 473242...c08ba1 )
by Ingo
12:02
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/Controller/AssetAdminFile.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
      *
134 134
      * @param int $parentID Parent folder id
135 135
      * @param int $maxDepth Hard limit of max depth
136
-     * @return array List of parent IDs, including $parentID
136
+     * @return integer[] List of parent IDs, including $parentID
137 137
      */
138 138
     protected function getNestedFolderIDs($parentID, $maxDepth = 5)
139 139
     {
Please login to merge, or discard this patch.