More PHP types for static analysis

This commit is contained in:
2023-08-01 12:26:38 +00:00
parent d5bba04f4f
commit b7322362bd
5 changed files with 22 additions and 24 deletions

View File

@ -4,7 +4,7 @@ namespace DNW\Skills;
class Teams
{
public static function concat(...$args/*variable arguments*/)
public static function concat(Team ...$args/*variable arguments*/): array
{
$result = [];