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

@@ -80,7 +80,7 @@ trait HasFiles
/**
* Returns a specific file by filename or the first one
*
* @param string $filename
* @param string|null $filename
* @param string $in
* @return \Kirby\Cms\File|null
*/
@@ -181,7 +181,7 @@ trait HasFiles
/**
* Returns a specific image by filename or the first one
*
* @param string $filename
* @param string|null $filename
* @return \Kirby\Cms\File|null
*/
public function image(string $filename = null)