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

10 lines
263 B
PHP

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