Completed
Push — dev ( 3fa470...4f8cd0 )
by Stefan
04:24
created
csphere/core/files/upload.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      * @param string $customName Rename File to $name
57 57
      *                           Class
58 58
      *
59
-     * @return array
59
+     * @return boolean
60 60
      **/
61 61
 
62 62
     public function uploadFile($file, $plugin, $customName = "")
Please login to merge, or discard this patch.
csphere/core/pagination/pages.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@
 block discarded – undo
216 216
      *
217 217
      * @param integer $pages Amount of pages
218 218
      *
219
-     * @return array
219
+     * @return integer
220 220
      **/
221 221
 
222 222
     private function _middle($pages)
Please login to merge, or discard this patch.