Upgrade to 3.2.5

This commit is contained in:
Bastian Allgeier
2019-09-24 11:00:59 +02:00
parent ff9b5b1861
commit 447a9dd266
234 changed files with 1990 additions and 1224 deletions

View File

@@ -19,7 +19,6 @@ use Exception;
*/
class A
{
/**
* Appends the given array
*
@@ -112,6 +111,8 @@ class A
}
/**
* @param mixed $value
* @param mixed $separator
* @return string
*/
public static function join($value, $separator = ', ')
@@ -535,6 +536,7 @@ class A
* // ];
* </code>
*
* @param array ...$arrays
* @return array
*/
public static function extend(...$arrays): array