OwlCyberSecurity - MANAGER
Edit File: MakeMatrix.php
<?php namespace PhpOffice\PhpSpreadsheet\Calculation\Internal; class MakeMatrix { /** @param array $args */ public static function make(...$args): array { return $args; } }