From bf3071e870ac1b22529120f6f1bbe7b5baa91805 Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Fri, 25 Jul 2014 01:19:59 +0200 Subject: [PATCH] Added missing @throws --- lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php b/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php index c3015b558ab..c80661c84d4 100644 --- a/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php +++ b/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php @@ -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) {