Commit c91e2485 authored by František Bereň's avatar František Bereň Committed by lucasvanlierop

Update PostgreSqlPlatform.php

parent 7b161fa9
......@@ -716,7 +716,7 @@ class PostgreSqlPlatform extends AbstractPlatform
*/
public function convertFromBoolean($item)
{
if(
if (
(null !== $item) &&
(false !== $item) &&
(true !== $item) &&
......
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