Skip to content

Commit

Permalink
Merge pull request #2 from doctrine/master
Browse files Browse the repository at this point in the history
Update from master repository
  • Loading branch information
Tiago Brito committed Jul 25, 2014
2 parents fd3b116 + 3065aff commit 1a7fa0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ protected function _getCreateTableSQL($tableName, array $columns, array $options
* @param callable $callback The callback function to use for converting the real boolean value.
*
* @return mixed
* @throws \UnexpectedValueException
*/
private function convertSingleBooleanValue($value, $callback)
{
Expand Down Expand Up @@ -754,8 +755,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
*/
Expand Down

0 comments on commit 1a7fa0c

Please sign in to comment.