From d45e66ed9d801ab5a38de4e5ad82369d039bd602 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 12 Mar 2019 19:51:02 +0100 Subject: [PATCH] update live stub --- pq.stub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pq.stub.php b/pq.stub.php index 32f2936..caf4f38 100644 --- a/pq.stub.php +++ b/pq.stub.php @@ -616,7 +616,7 @@ interface Converter { * * @param string $data String data received from the server. * @param int $type The type OID of the data. Irrelevant for single-type converters. - * @return mixed the value converted to a PHP type. + * @return the value converted to a PHP type. */ function convertFromString(string $data, int $type); /** -- 2.30.2