missing bits
[mdref/mdref-pq] / pq / Converter / convertFromString.md
index 1afbec9edadcbd33fbf0454dd5111a4813e28369..08af5408bfb42ff6d3ae51fd9244f3d996f71657 100644 (file)
@@ -18,7 +18,7 @@ Convert a string received from the PostgreSQL server back to a PHP type.
        <?php
        
        abstract class Example implements pq\Converter {
-               function convertFromString($data, $type = NULL) {
+               function convertFromString($data, $type) {
                        return uuid_parse($data);
                }
        }