Commit 2ed22f13 authored by jeroendedauw's avatar jeroendedauw

Add parameter types in doc

parent a43e8da1
...@@ -754,8 +754,8 @@ class PostgreSqlPlatform extends AbstractPlatform ...@@ -754,8 +754,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