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

@@ -146,7 +146,7 @@ class Content
* Returns either a single field object
* or all registered fields
*
* @param string $key
* @param string|null $key
* @return \Kirby\Cms\Field|array
*/
public function get(string $key = null)
@@ -250,7 +250,7 @@ class Content
* Updates the content and returns
* a cloned object
*
* @param array $content
* @param array|null $content
* @param bool $overwrite
* @return self
*/