Completed
Pull Request — master (#409)
by Jonas
04:39
created
src/Organizer/DefaultOrganizerEditingService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
     public function addLabel(string $organizerId, Label $label): void
129 129
     {
130 130
         $this->labelService->createLabelAggregateIfNew(
131
-            new LabelName((string) $label),
131
+            new LabelName((string)$label),
132 132
             $label->isVisible()
133 133
         );
134 134
 
Please login to merge, or discard this patch.