Skip to content

Commit 0503e4f

Browse files
committed
phpcs fix
1 parent 8f0756d commit 0503e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loader/AuthenticationServiceLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function loadIdentifiers($service)
6161
'15.2.0',
6262
'Configuring identifiers globally via `Auth.Identifiers` is deprecated. ' .
6363
'Please move each identifier\'s configuration into the `identifier` key within its specific authenticator under `Auth.Authenticators`. ' .
64-
'For example, the `Auth.Identifiers.Password` configuration should now be placed inside `Auth.Authenticators.Form.identifier`.'
64+
'For example, the `Auth.Identifiers.Password` configuration should now be placed inside `Auth.Authenticators.Form.identifier`.',
6565
);
6666

6767
foreach ($identifiers as $key => $item) {

0 commit comments

Comments
 (0)