%PDF- %PDF-
| Direktori : /var/www/pjc/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Internal/ |
| Current File : /var/www/pjc/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Internal/MakeMatrix.php |
<?php
namespace PhpOffice\PhpSpreadsheet\Calculation\Internal;
class MakeMatrix
{
/** @param array $args */
public static function make(...$args): array
{
return $args;
}
}