Completed
Push — master ( 3214c9...a8a248 )
by Quentin
10:44 queued 01:22
created
src/Majora/Framework/Model/EntityCollection.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,8 +113,7 @@
 block discarded – undo
113 113
             foreach ($filters as $key => $value) {
114 114
                 $current = $this->getPropertyAccessor()->getValue($entity, $key);
115 115
                 $res = $res && (is_array($value) ?
116
-                    in_array($current, $value) :
117
-                    $current == $value
116
+                    in_array($current, $value) : $current == $value
118 117
                 );
119 118
             }
120 119
 
Please login to merge, or discard this patch.