Skip to content

Commit d00d19b

Browse files
committed
Filesystem 2.0.6
1 parent fc69ee5 commit d00d19b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v2.0.6, 2019-09-06
2+
* typo fixes.
3+
14
# v2.0.5, 2019-08-21
25
* New method getDirTimestamp() added.
36

Filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ public static function createDir(string $dirname, string $visibility = 'public')
358358
*
359359
* @return bool True on success, false on failure.
360360
*/
361-
public static function copy(string $path, string $newpath, bool $recursive = false) : bool
361+
public static function copy(string $path, string $newpath, bool $recursive = false)
362362
{
363363
if (! $recursive) {
364364
return copy($path, $newpath);

0 commit comments

Comments
 (0)