Passed
Push — master ( 08ce64...4483b1 )
by Mike
02:47
created
src/Xervice/Security/SecurityDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     protected function addAuthenticatorList(
44 44
         DependencyContainerInterface $container
45 45
     ): DependencyContainerInterface {
46
-        $container[self::AUTHENTICATOR_LIST] = function () {
46
+        $container[self::AUTHENTICATOR_LIST] = function() {
47 47
             return $this->getAuthenticatorList();
48 48
         };
49 49
         return $container;
Please login to merge, or discard this patch.