Completed
Push — master ( 928b57...650b38 )
by Jan
03:05
created
src/Services/EntityURLGenerator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
             return $this->urlGenerator->generate('part_edit', ['id' => $entity->getID()]);
109 109
         }
110 110
 
111
-        if($entity instanceof AttachmentType) {
111
+        if ($entity instanceof AttachmentType) {
112 112
             return $this->urlGenerator->generate('attachment_type_edit', ['id' => $entity->getID()]);
113 113
         }
114 114
 
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
             return $this->urlGenerator->generate('part_new');
130 130
         }
131 131
 
132
-        if($entity instanceof AttachmentType) {
132
+        if ($entity instanceof AttachmentType) {
133 133
             return $this->urlGenerator->generate('attachment_type_new');
134 134
         }
135 135
 
Please login to merge, or discard this patch.