Commit 9f715862 authored by Christian Kuhn's avatar Christian Kuhn

Fix type annotations for quote() of Connection interface

Single drivers get and return various types in quote(), the
interface docs should reflect that.
parent 9d696ac2
......@@ -48,10 +48,10 @@ interface Connection
/**
* Quotes a string for use in a query.
*
* @param string $input
* @param mixed $input
* @param integer $type
*
* @return string
* @return mixed
*/
function quote($input, $type=\PDO::PARAM_STR);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment