Commit 2ed22f13 authored by jeroendedauw's avatar jeroendedauw

Add parameter types in doc

parent a43e8da1
......@@ -754,8 +754,8 @@ class PostgreSqlPlatform extends AbstractPlatform
* and passes them to the given callback function to be reconverted
* into any custom representation.
*
* @param $item The value(s) to convert.
* @param $callback The callback function to use for converting the real boolean value(s).
* @param mixed $item The value(s) to convert.
* @param callable $callback The callback function to use for converting the real boolean value(s).
*
* @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