Commit 3065aff5 authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #640 from JeroenDeDauw/pt

Add parameter types in doc
parents 4cc04115 2ed22f13
...@@ -755,8 +755,8 @@ class PostgreSqlPlatform extends AbstractPlatform ...@@ -755,8 +755,8 @@ class PostgreSqlPlatform extends AbstractPlatform
* and passes them to the given callback function to be reconverted * and passes them to the given callback function to be reconverted
* into any custom representation. * into any custom representation.
* *
* @param $item The value(s) to convert. * @param mixed $item The value(s) to convert.
* @param $callback The callback function to use for converting the real boolean value(s). * @param callable $callback The callback function to use for converting the real boolean value(s).
* *
* @return mixed * @return mixed
*/ */
......
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