Passed
Pull Request — master (#3)
by Stanislau
03:15
created
Category
src/EventEmitterPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      */
35 35
     public function provideDependencies(Container $container): void
36 36
     {
37
-        $container->register(EventsFacadeInterface::class, function (
37
+        $container->register(EventsFacadeInterface::class, function(
38 38
             AutowireHelperInterface $autowireHelper,
39 39
             LocatorFacadeInterface $locatorFacade,
40 40
         ): EventsFacadeInterface {
Please login to merge, or discard this patch.