Upgrade to 3.5.5
This commit is contained in:
@@ -59,7 +59,7 @@ class File
|
||||
*
|
||||
* @param string $target
|
||||
* @param bool $force
|
||||
* @return self
|
||||
* @return static
|
||||
*/
|
||||
public function copy(string $target, bool $force = false)
|
||||
{
|
||||
@@ -197,7 +197,7 @@ class File
|
||||
*
|
||||
* @param string $newRoot
|
||||
* @param bool $overwrite Force overwriting any existing files
|
||||
* @return self
|
||||
* @return static
|
||||
*/
|
||||
public function move(string $newRoot, bool $overwrite = false)
|
||||
{
|
||||
@@ -256,7 +256,7 @@ class File
|
||||
*
|
||||
* @param string $newName
|
||||
* @param bool $overwrite Force overwrite existing files
|
||||
* @return self
|
||||
* @return static
|
||||
*/
|
||||
public function rename(string $newName, bool $overwrite = false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user