@@ -108,7 +108,7 @@ discard block |
||
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 |
||
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 |