Completed
Push — master ( 8216e2...4b2f01 )
by Vladimir
02:34
created
src/Twig/WhereFilter.php 1 patch
Braces   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,8 +103,12 @@
 block discarded – undo
103 103
         {
104 104
             if (!isset($array[$key]))
105 105
             {
106
-                if ($comparison == '==' && is_null($value)) { return true; }
107
-                if ($comparison == '!=' && !is_null($value)) { return true; }
106
+                if ($comparison == '==' && is_null($value))
107
+                {
108
+return true; }
109
+                if ($comparison == '!=' && !is_null($value))
110
+                {
111
+return true; }
108 112
             }
109 113
         }
110 114
 
Please login to merge, or discard this patch.