Completed
Push — master ( 8a9b45...65bcf4 )
by max
03:08
created
src/CriteriaFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      */
49 49
     private function applyFilter(CriteriaInterface $criteria, array $filter)
50 50
     {
51
-        foreach($filter as $expressionString => $value) {
51
+        foreach ($filter as $expressionString => $value) {
52 52
             $expressionArray = explode('.', $expressionString);
53 53
 
54 54
             if (count($expressionArray) > 2) {
Please login to merge, or discard this patch.