Commit e8d7820f authored by Tiago Brito's avatar Tiago Brito

Revert change to fix php 5.6

parent 598503dc
......@@ -788,7 +788,7 @@ class PostgreSqlPlatform extends AbstractPlatform
$item,
function ($boolean) {
if (null === $boolean) {
return null;
return 'NULL';
}
return true === $boolean ? 'true' : 'false';
......
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