No promise pls

This commit is contained in:
Daniil Gentili 2019-11-10 19:19:16 +01:00
parent 28b214ce67
commit 98b203ac44
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -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;