Passed
Push — master ( 732152...809fdb )
by Florian
03:32
created
src/Controller/Administration/Semester/EventController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
         $myForm = $this->handleCreateForm(
59 59
             $request,
60 60
             $event,
61
-            function () use ($event) {
61
+            function() use ($event) {
62 62
                 return $this->prePersistActions($event);
63 63
             }
64 64
         );
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
         $myForm = $this->handleUpdateForm(
88 88
             $request,
89 89
             $event,
90
-            function () use ($event) {
90
+            function() use ($event) {
91 91
                 return $this->prePersistActions($event);
92 92
             }
93 93
         );
Please login to merge, or discard this patch.