Skip to content

Commit

Permalink
Merge pull request #639 from JeroenDeDauw/th
Browse files Browse the repository at this point in the history
Added missing @throws
  • Loading branch information
Ocramius committed Jul 25, 2014
2 parents a43e8da + bf3071e commit 4cc0411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 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

0 comments on commit 4cc0411

Please sign in to comment.