Upgrade to 3.5.5

This commit is contained in:
Bastian Allgeier
2021-05-11 11:55:32 +02:00
parent de3560f3d6
commit efeff45192
146 changed files with 2008 additions and 1075 deletions

View File

@@ -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)
{