File "IComparable.php"

Full Path: /var/www/html/back/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IComparable.php
File size: 182 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace PhpOffice\PhpSpreadsheet;

interface IComparable
{
    /**
     * Get hash code.
     *
     * @return string Hash code
     */
    public function getHashCode();
}