commitall
This commit is contained in:
13
vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IComparable.php
vendored
Normal file
13
vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IComparable.php
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace PhpOffice\PhpSpreadsheet;
|
||||
|
||||
interface IComparable
|
||||
{
|
||||
/**
|
||||
* Get hash code.
|
||||
*
|
||||
* @return string Hash code
|
||||
*/
|
||||
public function getHashCode();
|
||||
}
|
Reference in New Issue
Block a user