Skip to content

Commit

Permalink
Add parameter types in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Jul 24, 2014
1 parent a43e8da commit 2ed22f1
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 @@ -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
*/
Expand Down

0 comments on commit 2ed22f1

Please sign in to comment.