Skip to content

Commit 0c817d1

Browse files
committed
Remove the constructor from IFunction #14
1 parent 5805508 commit 0c817d1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/IFunction.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ interface IFunction extends IJsonSerializable
4242
*/
4343
public const JSON_PARAM = 'params';
4444

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-
5145
/**
5246
* Create a remote function call with at least a name.
5347
*

0 commit comments

Comments
 (0)