Test Setup Failed
Push — master ( 298fd3...56daff )
by Matthew
17:14
created
ORM/JobManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
             if ($method) {
131 131
                 $qb->where($qb->expr()->andX(
132 132
                     $qb->expr()->eq('j.workerName', ':workerName'),
133
-                                             $qb->expr()->eq('j.method', ':method')
133
+                                                $qb->expr()->eq('j.method', ':method')
134 134
                 ))
135 135
                     ->setParameter(':method', $method);
136 136
             } else {
Please login to merge, or discard this patch.