diff --git a/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php b/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php index c3015b558ab..7f15a0f03df 100644 --- a/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php +++ b/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php @@ -754,8 +754,8 @@ private function convertSingleBooleanValue($value, $callback) * 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 */