Completed
Push — master ( fd0001...e8d967 )
by Pavel
01:48
created
src/Doctrine/Rest/RestRequest.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,9 @@
 block discarded – undo
76 76
             $orderBy = [];
77 77
 
78 78
             foreach ($fields as $field) {
79
-                if (empty($field)) continue;
79
+                if (empty($field)) {
80
+                 continue;
81
+                }
80 82
 
81 83
                 $direction = 'ASC';
82 84
                 if ($field[0] === '-') {
Please login to merge, or discard this patch.