|
<?php
|
|
|
|
namespace MongoDB\BSON;
|
|
|
|
/**
|
|
* This interface is implemented by MongoDB\BSON\MaxKey but may also be used for type-hinting and userland classes.
|
|
* @link https://www.php.net/manual/en/class.mongodb-bson-maxkeyinterface.php
|
|
*/
|
|
interface MaxKeyInterface {}
|