From 35aa3e7cf8dd966630c74dfd17a420602c7c5d18 Mon Sep 17 00:00:00 2001 From: Gregor Date: Wed, 7 Aug 2024 09:28:46 +0200 Subject: [PATCH] Remove the constructor from IFunction #14 --- src/IFunction.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/IFunction.php b/src/IFunction.php index f16772c..949ff7c 100644 --- a/src/IFunction.php +++ b/src/IFunction.php @@ -42,12 +42,6 @@ interface IFunction extends IJsonSerializable */ public const JSON_PARAM = 'params'; - /** - * Restore a remote function call from an array. - * @param array> $array - */ - public function __construct(array $array); - /** * Create a remote function call with at least a name. *