2026-01-22 15:17:18 +00:00

14 lines
183 B
PHP

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