Completed
Branch master (3814c8)
by Vladimir
02:19
created
src/EntryFilter.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,8 +57,7 @@
 block discarded – undo
57 57
         if ($this->value)
58 58
         {
59 59
             $query = sprintf('%s %s %s', $this->fieldName, $this->filter, $this->value);
60
-        }
61
-        else
60
+        } else
62 61
         {
63 62
             $query = sprintf('%s %s', $this->fieldName, $this->filter);
64 63
         }
Please login to merge, or discard this patch.