Passed
Branch master (d0df6d)
by Mike
03:34
created
Category
src/Xervice/Security/SecurityDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      */
20 20
     public function handleDependencies(DependencyProviderInterface $dependencyProvider): void
21 21
     {
22
-        $dependencyProvider[self::AUTHENTICATOR_LIST] = function () {
22
+        $dependencyProvider[self::AUTHENTICATOR_LIST] = function() {
23 23
             return $this->getAuthenticatorList();
24 24
         };
25 25
     }
Please login to merge, or discard this patch.