Completed
Push — master ( 761718...656855 )
by Yaroslav
02:22 queued 10s
created
src/Entity/PageRepository.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,6 +46,6 @@
 block discarded – undo
46 46
             ->setParameter('published', true)
47 47
             ->getQuery()
48 48
             ->getOneOrNullResult()
49
-         ;
49
+            ;
50 50
     }
51 51
 }
Please login to merge, or discard this patch.