|
Ultima modificación |
Ver Log
|
| Rev |
Autor |
Línea Nro. |
Línea |
| 1441 |
ariadna |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
namespace PhpOffice\PhpSpreadsheet\Calculation\Internal;
|
|
|
4 |
|
|
|
5 |
class MakeMatrix
|
|
|
6 |
{
|
|
|
7 |
/** @param array $args */
|
|
|
8 |
public static function make(...$args): array
|
|
|
9 |
{
|
|
|
10 |
return $args;
|
|
|
11 |
}
|
|
|
12 |
}
|