Completed
Push — master ( 57f761...d66706 )
by David
04:19
created
Subscriber/Frontend/Dispatch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,6 +182,6 @@
 block discarded – undo
182 182
             ->andWhere('module = :module')
183 183
             ->setParameter('module', $module);
184 184
 
185
-        return (bool) $qb->execute()->fetch(\PDO::FETCH_COLUMN);
185
+        return (bool)$qb->execute()->fetch(\PDO::FETCH_COLUMN);
186 186
     }
187 187
 }
Please login to merge, or discard this patch.