mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-20 18:30:42 +00:00
6b746dc05f
* Move binary comparisons out into a dedicated class
7 lines
92 B
PHP
7 lines
92 B
PHP
<?php
|
|
|
|
return [
|
|
[null, null, '=', true, true],
|
|
[null, null, '<>', false, false],
|
|
];
|