Skip to content

Commit

Permalink
Merge pull request #745 from TomHAnderson/hotfix/docs-artifact
Browse files Browse the repository at this point in the history
Removed `\ artifacts
  • Loading branch information
TomHAnderson committed Oct 28, 2021
2 parents ee67aab + f5557e8 commit de74578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ following workflow is used:
configuration.
2. Create a storage adapter. If the authentication succeeds, the
identifier of the entity will be automatically stored in session.
3. Create a ``Laminas\Authentication\AuthenticationService``\ instance
3. Create a ``Laminas\Authentication\AuthenticationService`` instance
that contains both the authentication adapter and the storage
adapter.

Expand Down Expand Up @@ -173,7 +173,7 @@ the following code in your Module.php class:
Please note that I am using here a
``Laminas\Authentication\AuthenticationService`` name, but it can be
anything else (``my_auth_service``\ …). However, using the name
anything else (``my_auth_service`` …). However, using the name
``Laminas\Authentication\AuthenticationService`` will allow it to be
recognised by the Laminas `Identity view
helper <https://docs.laminas.dev/laminas-view/helpers/identity/>`__.
Expand Down

0 comments on commit de74578

Please sign in to comment.