Skip to content

Commit

Permalink
Remove the constructor from IFunction #14
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Aug 7, 2024
1 parent 5805508 commit 35aa3e7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/IFunction.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ interface IFunction extends IJsonSerializable
*/
public const JSON_PARAM = 'params';

/**
* Restore a remote function call from an array.
* @param array<string, string|IApi|array<string, mixed>> $array
*/
public function __construct(array $array);

/**
* Create a remote function call with at least a name.
*
Expand Down

0 comments on commit 35aa3e7

Please sign in to comment.