Merge pull request #3982 from Nicofuma/ticket/13652

[ticket/13652] Fix coding style
This commit is contained in:
Cesar G 2015-10-14 09:10:08 -07:00
commit 2781623185

View file

@ -915,7 +915,7 @@ abstract class driver implements driver_interface
}
if($operation === 'NOT')
if ($operation === 'NOT')
{
$operations_ary = implode("", $operations_ary);
}