Skip to content

Commit

Permalink
Merge pull request doctrine#640 from JeroenDeDauw/pt
Browse files Browse the repository at this point in the history
Add parameter types in doc
  • Loading branch information
Ocramius committed Jul 25, 2014
2 parents 4cc0411 + 2ed22f1 commit 3065aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -755,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 3065aff

Please sign in to comment.