Completed
Push — master ( 77f666...54a2d4 )
by Mike
03:21
created
src/Xervice/Event/EventDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      */
18 18
     public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface
19 19
     {
20
-        $container[self::LISTENER] = function () {
20
+        $container[self::LISTENER] = function() {
21 21
             return $this->getListener();
22 22
         };
23 23
 
Please login to merge, or discard this patch.