Passed
Push — master ( 31c91b...5e99b1 )
by Mike
02:50
created
src/Xervice/User/UserDependencyProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,11 +16,11 @@
 block discarded – undo
16 16
 
17 17
     public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface
18 18
     {
19
-        $container[self::LOGIN_PLUGINS] = function () {
19
+        $container[self::LOGIN_PLUGINS] = function() {
20 20
             return $this->getLoginPluginList();
21 21
         };
22 22
 
23
-        $container[self::SESSION_FACADE] = function (DependencyContainerInterface $container) {
23
+        $container[self::SESSION_FACADE] = function(DependencyContainerInterface $container) {
24 24
             return $container->getLocator()->session()->facade();
25 25
         };
26 26
 
Please login to merge, or discard this patch.