From: Michael Wallner Date: Wed, 13 Mar 2019 08:15:11 +0000 (+0100) Subject: update live stub X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=279fa50ca2fb07e884bb039caa747cd2c1d3ff37;p=mdref%2Fmdref-pq update live stub --- diff --git a/pq.stub.php b/pq.stub.php index caf4f38..32f2936 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 the value converted to a PHP type. + * @return mixed the value converted to a PHP type. */ function convertFromString(string $data, int $type); /**