Resources/PhpOffice/PhpSpreadsheet/Calculation/Internal/MakeMatrix.php
Dennis Eichhorn 7e0153ea0f perm change
2023-03-25 22:32:11 +00:00

12 lines
169 B
PHP
Executable File

<?php
namespace PhpOffice\PhpSpreadsheet\Calculation\Internal;
class MakeMatrix
{
public static function make(...$args): array
{
return $args;
}
}