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

@@ -19,7 +19,7 @@ class Languages extends Collection
/**
* Creates a new collection with the given language objects
*
* @param array $objects
* @param array $objects `Kirby\Cms\Language` objects
* @param null $parent
* @throws \Kirby\Exception\DuplicateException
*/
@@ -76,7 +76,7 @@ class Languages extends Collection
* Convert all defined languages to a collection
*
* @internal
* @return self
* @return static
*/
public static function load()
{