Test Failed
Push — develop ( 80b1bb...8602e1 )
by Daniel
05:13
created
src/EventSubscriber/EntitySubscriber/SortableInterfaceSubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
             if ($collection === null) {
53 53
                 if ($entity instanceof AbstractDynamicPage) {
54 54
                     $collection = $this->contentRepository->findPageByType(get_class($entity));
55
-                } elseif(
55
+                } elseif (
56 56
                     $entity instanceof ComponentLocation &&
57 57
                     ($dynamicPageClass = $entity->getDynamicPageClass())
58 58
                 ) {
Please login to merge, or discard this patch.