Skip to content

Commit 04603c7

Browse files
committed
Fixing build problems
1 parent 59c6b0d commit 04603c7

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ write custom queries. Now, you can call this method on the repository::
636636

637637
// ...
638638

639-
If you're in a :ref:`services-constructor-injection`_, you can type-hint the
639+
If you're in a :ref:`services-constructor-injection`, you can type-hint the
640640
``ProductRepository`` class and inject it like normal.
641641

642642
For more details, see the `Query Builder`_ Documentation from Doctrine.
@@ -730,7 +730,7 @@ Learn more
730730

731731
.. _`Doctrine`: http://www.doctrine-project.org/
732732
.. _`MongoDB`: https://www.mongodb.org/
733-
.. _`Basic Mapping Documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html
733+
.. _`Doctrine's Mapping Types documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html
734734
.. _`Query Builder`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/query-builder.html
735735
.. _`Doctrine Query Language`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/dql-doctrine-query-language.html
736736
.. _`Mapping Types Documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#property-mapping

security/entity_provider.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,6 @@ interface only requires one method: ``loadUserByUsername($username)``::
447447
}
448448
}
449449

450-
.. tip::
451-
452-
Don't forget to add the repository class to the
453-
:doc:`mapping definition of your entity </doctrine/repository>`.
454-
455450
To finish this, just remove the ``property`` key from the user provider in
456451
``security.yml``:
457452

0 commit comments

Comments
 (0)