summaryrefslogtreecommitdiffstats
path: root/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IComparable.php
blob: 6d2d944315e19f7c5050218ecfc91e60b123d3ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

namespace PhpOffice\PhpSpreadsheet;

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