Commit 4cc04115 authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #639 from JeroenDeDauw/th

Added missing @throws
parents a43e8da1 bf3071e8
...@@ -718,6 +718,7 @@ class PostgreSqlPlatform extends AbstractPlatform ...@@ -718,6 +718,7 @@ class PostgreSqlPlatform extends AbstractPlatform
* @param callable $callback The callback function to use for converting the real boolean value. * @param callable $callback The callback function to use for converting the real boolean value.
* *
* @return mixed * @return mixed
* @throws \UnexpectedValueException
*/ */
private function convertSingleBooleanValue($value, $callback) private function convertSingleBooleanValue($value, $callback)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment