Completed
Pull Request — master (#360)
by Damian
02:12
created
code/GraphQL/FolderTypeCreator.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.