mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-21 13:53:57 +00:00
8dddf56c2e
This simplify code, increase readability and improve the function signature for API users.
17 lines
164 B
PHP
17 lines
164 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
'Mark Baker',
|
|
'MARK BAKER',
|
|
],
|
|
[
|
|
'True',
|
|
true,
|
|
],
|
|
[
|
|
'False',
|
|
false,
|
|
],
|
|
];
|