update live stub
authorMichael Wallner <root@s201809.m6w6.name>
Wed, 13 Mar 2019 08:15:11 +0000 (09:15 +0100)
committerMichael Wallner <root@s201809.m6w6.name>
Wed, 13 Mar 2019 08:15:11 +0000 (09:15 +0100)
pq.stub.php

index caf4f38470653676a6e39f96624ca0872ef18a48..32f2936c8b25a95bc7602d9b6631e7ce1b067970 100644 (file)
@@ -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);
        /**