Completed
Push — master ( 9f3082...52c0c9 )
by Pavel
05:28
created
src/LaravelDoctrine/Rest/RestRequest.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,9 @@
 block discarded – undo
60 60
             $orderBy = [];
61 61
 
62 62
             foreach ($fields as $field) {
63
-                if (empty($field)) continue;
63
+                if (empty($field)) {
64
+                    continue;
65
+                }
64 66
 
65 67
                 $direction = 'ASC';
66 68
                 if ($field[0] === '-') {
Please login to merge, or discard this patch.