From: Remi Collet Date: Wed, 1 Sep 2021 09:59:31 +0000 (+0200) Subject: Fix #120 test failing with 8.1.0RC1 X-Git-Tag: v4.2.1~3^2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=refs%2Fpull%2F121%2Fhead Fix #120 test failing with 8.1.0RC1 --- diff --git a/tests/client012.phpt b/tests/client012.phpt index 0e72628..5dd1513 100644 --- a/tests/client012.phpt +++ b/tests/client012.phpt @@ -26,6 +26,8 @@ var_dump( $client->attach($observer = new class implements SplObserver { public $data = []; + + #[ReturnTypeWillChange] function update(SplSubject $client, $req = null, $progress = null) { $ti = $client->getTransferInfo($req); if (isset($ti->tls_session["internals"])) {