projects
/
mdref
/
mdref-pq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
d45e66e
)
update live stub
author
Michael Wallner
<root@s201809.m6w6.name>
Wed, 13 Mar 2019 08:15:11 +0000
(09:15 +0100)
committer
Michael Wallner
<root@s201809.m6w6.name>
Wed, 13 Mar 2019 08:15:11 +0000
(09:15 +0100)
pq.stub.php
patch
|
blob
|
history
diff --git
a/pq.stub.php
b/pq.stub.php
index caf4f38470653676a6e39f96624ca0872ef18a48..32f2936c8b25a95bc7602d9b6631e7ce1b067970 100644
(file)
--- 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);
/**