Upgrade with rector

This commit is contained in:
Alex Wulf
2022-07-05 16:21:06 +02:00
parent fd5d276359
commit 689e3b75fe
38 changed files with 144 additions and 355 deletions

View File

@ -4,9 +4,8 @@ namespace DNW\Skills;
class Teams
{
public static function concat(/*variable arguments*/)
public static function concat(...$args/*variable arguments*/)
{
$args = func_get_args();
$result = [];
foreach ($args as $currentTeam) {