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

@@ -23,7 +23,7 @@ trait Properties
* initial properties.
*
* @param array $props
* @return self
* @return static
*/
public function clone(array $props = [])
{
@@ -34,7 +34,7 @@ trait Properties
* Creates a clone and fetches all
* lazy-loaded getters to get a full copy
*
* @return self
* @return static
*/
public function hardcopy()
{