radiantproduction/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IComparable.php
2026-03-01 04:20:18 +00:00

14 lines
190 B
PHP
Executable File

<?php
namespace PhpOffice\PhpSpreadsheet;
interface IComparable
{
/**
* Get hash code.
*
* @return string Hash code
*/
public function getHashCode(): string;
}