Commit e1eb4775 authored by helsner's avatar helsner Committed by GitHub

Correct param comment

The param comment is currently set to string, which is wrong.
The correct hint would be integer/int
parent 899c62bb
......@@ -798,7 +798,7 @@ class Connection implements DriverConnection
* Quotes a given input parameter.
*
* @param mixed $input The parameter to be quoted.
* @param string|null $type The type of the parameter.
* @param int|null $type The type of the parameter.
*
* @return string The quoted parameter.
*/
......
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