mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-22 16:19:19 +00:00
Rector StringableForToStringRector
This commit is contained in:
@@ -6,8 +6,9 @@ namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions;
|
||||
|
||||
use PhpOffice\PhpSpreadsheet\Cell\CellAddress;
|
||||
use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet;
|
||||
use Stringable;
|
||||
|
||||
class FormulaArguments
|
||||
class FormulaArguments implements Stringable
|
||||
{
|
||||
/**
|
||||
* @var mixed[]
|
||||
|
||||
Reference in New Issue
Block a user