Skip to content

Commit

Permalink
Added missing @throws
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Jul 24, 2014
1 parent a43e8da commit bf3071e
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 bf3071e

Please sign in to comment.