Completed
Push — master ( 6a686e...e7ebae )
by Valentin
27s queued 16s
created
src/Bridge/DataGrid/src/Writer/PostgresQueryWriter.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,8 @@
 block discarded – undo
28 28
      */
29 29
     protected function getExpressionOperator(Specification\Filter\Expression $filter): string
30 30
     {
31
-        if ($filter instanceof Specification\Filter\Postgres\ILike) {
31
+        if ($filter instanceof Specification\Filter\Postgres\ILike)
32
+        {
32 33
             return 'ILIKE';
33 34
         }
34 35
 
Please login to merge, or discard this patch.