Commit 54b9605b authored by Jeremy Mikola's avatar Jeremy Mikola

Executable interface is internal

This should be considered an internal interface until driver interfaces are available and we can use ServerInterface (see: PHPC-378).
parent 733d8343
...@@ -7,7 +7,10 @@ use MongoDB\Driver\Server; ...@@ -7,7 +7,10 @@ use MongoDB\Driver\Server;
/** /**
* Executable interface for operation classes. * Executable interface for operation classes.
* *
* @api * This interface is reserved for internal use until PHPC-378 is implemented,
* since execute() should ultimately be changed to use ServerInterface.
*
* @internal
*/ */
interface Executable interface Executable
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment