/
proc
/
self
/
cwd
/
tabson_test
/
vendor
/
phpoffice
/
phpspreadsheet
/
src
/
PhpSpreadsheet
/
Calculation
/
Internal
/
Upload File
HOME
<?php namespace PhpOffice\PhpSpreadsheet\Calculation\Internal; class MakeMatrix { public static function make(...$args): array { return $args; } }