Commit 1a7fa0c6 authored by Tiago Brito's avatar Tiago Brito

Merge pull request #2 from doctrine/master

Update from master repository
parents fd3b116f 3065aff5
......@@ -718,6 +718,7 @@ class PostgreSqlPlatform extends AbstractPlatform
* @param callable $callback The callback function to use for converting the real boolean value.
*
* @return mixed
* @throws \UnexpectedValueException
*/
private function convertSingleBooleanValue($value, $callback)
{
......@@ -754,8 +755,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