init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
12
lib/PhpSpreadsheet/Calculation/Internal/MakeMatrix.php
Normal file
12
lib/PhpSpreadsheet/Calculation/Internal/MakeMatrix.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace PhpOffice\PhpSpreadsheet\Calculation\Internal;
|
||||
|
||||
class MakeMatrix
|
||||
{
|
||||
/** @param array $args */
|
||||
public static function make(...$args): array
|
||||
{
|
||||
return $args;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue