Passed
Push — feature/multisite-poc ( f9befe )
by Erik
11:53
created
src/Zicht/Bundle/UrlBundle/Entity/Repository/UrlAliasRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
         if (null !== $mode) {
23 23
             $where['mode'] = $mode;
24 24
         }
25
-        if(null !== $site){
25
+        if (null !== $site) {
26 26
             $where['site'] = $site;
27 27
         }
28 28
         return $this->findOneBy($where, ['id' => 'ASC']);
Please login to merge, or discard this patch.