Completed
Pull Request — develop (#349)
by ANTHONIUS
06:14
created
src/Organizations/Factory/Controller/Plugin/InvitationHandlerFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,6 +53,6 @@
 block discarded – undo
53 53
      */
54 54
     public function createService(ServiceLocatorInterface $serviceLocator)
55 55
     {
56
-        return $this($serviceLocator,InvitationHandler::class);
56
+        return $this($serviceLocator, InvitationHandler::class);
57 57
     }
58 58
 }
Please login to merge, or discard this patch.