@@ -182,6 +182,6 @@ |
||
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 | } |