fix types
authorMichael Wallner <mike@php.net>
Tue, 12 Mar 2019 18:48:23 +0000 (19:48 +0100)
committerMichael Wallner <mike@php.net>
Tue, 12 Mar 2019 18:48:23 +0000 (19:48 +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);
        /**