Skip to content

Commit 54b9605

Browse files
committed
Executable interface is internal
This should be considered an internal interface until driver interfaces are available and we can use ServerInterface (see: PHPC-378).
1 parent 733d834 commit 54b9605

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Operation/Executable.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
/**
88
* Executable interface for operation classes.
99
*
10-
* @api
10+
* This interface is reserved for internal use until PHPC-378 is implemented,
11+
* since execute() should ultimately be changed to use ServerInterface.
12+
*
13+
* @internal
1114
*/
1215
interface Executable
1316
{

0 commit comments

Comments
 (0)