Commit bf3071e8 authored by jeroendedauw's avatar jeroendedauw

Added missing @throws

parent a43e8da1
......@@ -718,6 +718,7 @@ class PostgreSqlPlatform extends AbstractPlatform
* @param callable $callback The callback function to use for converting the real boolean value.
*
* @return mixed
* @throws \UnexpectedValueException
*/
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