From 98b203ac445dc66a7c1d9e52fdfcd846c5d508cc Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 10 Nov 2019 19:19:16 +0100 Subject: [PATCH] No promise pls --- src/danog/MadelineProto/Tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/danog/MadelineProto/Tools.php b/src/danog/MadelineProto/Tools.php index 9ef587f4..6e3126d6 100644 --- a/src/danog/MadelineProto/Tools.php +++ b/src/danog/MadelineProto/Tools.php @@ -421,7 +421,7 @@ trait Tools * * @return Promise */ - public static function callFork($promise, $actual = null, $file = ''): Promise + public static function callFork($promise, $actual = null, $file = '') { if ($actual) { $promise = $actual;