Upgrade to 3.4.3

This commit is contained in:
Bastian Allgeier
2020-09-15 10:25:09 +02:00
parent 54b9ba3047
commit d8e797dd9b
108 changed files with 1750 additions and 523 deletions

View File

@@ -26,6 +26,7 @@ trait FileActions
* @param string $name
* @param bool $sanitize
* @return self
* @throws \Kirby\Exception\LogicException
*/
public function changeName(string $name, bool $sanitize = true)
{
@@ -161,6 +162,8 @@ trait FileActions
*
* @param array $props
* @return self
* @throws \Kirby\Exception\InvalidArgumentException
* @throws \Kirby\Exception\LogicException
*/
public static function create(array $props)
{
@@ -264,6 +267,7 @@ trait FileActions
* @param string $name
* @param bool $sanitize
* @return self
* @codeCoverageIgnore
*/
public function rename(string $name, bool $sanitize = true)
{
@@ -281,6 +285,7 @@ trait FileActions
*
* @param string $source
* @return self
* @throws \Kirby\Exception\LogicException
*/
public function replace(string $source)
{