Completed
Pull Request — master (#25)
by
unknown
02:13
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.