Test Setup Failed
Push — master ( 6af1f8...328772 )
by Matthew
11:23
created
Documents/JobManager.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -179,8 +179,7 @@
 block discarded – undo
179 179
 
180 180
         if ($prioritize) {
181 181
             $qb->sort('priority', 'asc');
182
-        }
183
-        else {
182
+        } else {
184 183
             $qb->sort('when', 'asc');
185 184
         }
186 185
 
Please login to merge, or discard this patch.
Model/Job.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -259,8 +259,7 @@
 block discarded – undo
259 259
             }
260 260
 
261 261
             return true;
262
-        }
263
-        else {
262
+        } else {
264 263
             return !is_object($args);
265 264
         }
266 265
     }
Please login to merge, or discard this patch.