Skip to content

Commit 0bbbdad

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: minor minor
2 parents b3fd954 + 16be7f3 commit 0bbbdad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doctrine.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -797,9 +797,9 @@ variable. Let's say you want the first or the last comment of a product dependin
797797
Comment $comment
798798
): Response {
799799
}
800-
800+
801801
.. _doctrine-entity-value-resolver-resolve-target-entities:
802-
802+
803803
Fetch via Interfaces
804804
~~~~~~~~~~~~~~~~~~~~
805805

@@ -818,7 +818,7 @@ resolved automatically::
818818
): Response {
819819
// ...
820820
}
821-
821+
822822
.. versionadded:: 7.3
823823

824824
Support for target entity resolution in the ``EntityValueResolver`` was

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class, call this method in the ``loadExtension()`` method of the main bundle cla
162162
use Symfony\Component\DependencyInjection\ContainerBuilder;
163163
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
164164
use Symfony\Component\HttpKernel\Bundle\AbstractBundle;
165-
165+
166166
class MyBundle extends AbstractBundle
167167
{
168168
public function loadExtension(array $config, ContainerConfigurator $container, ContainerBuilder $builder): void

0 commit comments

Comments
 (0)