Completed
Branch master (1016ef)
by Pierre-Henry
35:32
created
_protected/framework/File/File.class.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
     /**
137 137
      * Check if file exists.
138 138
      *
139
-     * @param array|string $mFile
139
+     * @param string $mFile
140 140
      *
141 141
      * @return boolean TRUE if file exists, FALSE otherwise.
142 142
      */
@@ -296,7 +296,7 @@  discard block
 block discarded – undo
296 296
      * Creates a directory if they are in an array. If it does not exist and
297 297
      * allows the creation of nested directories specified in the pathname.
298 298
      *
299
-     * @param string|array $mDir
299
+     * @param string $mDir
300 300
      * @param integer (octal) $iMode Default: 0777
301 301
      *
302 302
      * @return void
@@ -354,7 +354,7 @@  discard block
 block discarded – undo
354 354
      * @param string $sFrom File or directory.
355 355
      * @param string $sTo File or directory.
356 356
      *
357
-     * @return integer|boolean Returns the last line on success, and FALSE on failure.
357
+     * @return string|false Returns the last line on success, and FALSE on failure.
358 358
      */
359 359
     public function systemCopy($sFrom, $sTo)
360 360
     {
@@ -402,7 +402,7 @@  discard block
 block discarded – undo
402 402
      * @param string $sFrom File or directory.
403 403
      * @param string $sTo File or directory.
404 404
      *
405
-     * @return integer|boolean Returns the last line on success, and FALSE on failure.
405
+     * @return string|false Returns the last line on success, and FALSE on failure.
406 406
      */
407 407
     public function systemRename($sFrom, $sTo)
408 408
     {
Please login to merge, or discard this patch.