We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5805508 commit 35aa3e7Copy full SHA for 35aa3e7
src/IFunction.php
@@ -42,12 +42,6 @@ interface IFunction extends IJsonSerializable
42
*/
43
public const JSON_PARAM = 'params';
44
45
- /**
46
- * Restore a remote function call from an array.
47
- * @param array<string, string|IApi|array<string, mixed>> $array
48
- */
49
- public function __construct(array $array);
50
-
51
/**
52
* Create a remote function call with at least a name.
53
*
0 commit comments