Commit d7cdaa28 authored by Marco Pivetta's avatar Marco Pivetta Committed by GitHub

Merge pull request #2747 from helsner/patch-1

Correct param comment
parents 899c62bb e1eb4775
...@@ -798,7 +798,7 @@ class Connection implements DriverConnection ...@@ -798,7 +798,7 @@ class Connection implements DriverConnection
* Quotes a given input parameter. * Quotes a given input parameter.
* *
* @param mixed $input The parameter to be quoted. * @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. * @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