project_start/phpstorm-stubs/mongodb/BSON/MaxKeyInterface.php

10 lines
263 B
PHP

<?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 {}