Skip to content

Commit 5233776

Browse files
committed
Merge branch '3.4' into 4.0
* 3.4: Update service_container.rst [Validation] Added internal link
2 parents 3973d81 + d19beb8 commit 5233776

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ admin email. In this case, each needs to have a unique service id:
972972
<argument>[email protected]</argument>
973973
</service>
974974
975-
<alias id="App\Updates\SiteUpdateManager" service="site_update_manager.superadmin" />
975+
<service id="App\Updates\SiteUpdateManager" alias="site_update_manager.superadmin" />
976976
</services>
977977
</container>
978978

validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ options can be specified in this way.
482482
This is purely meant to make the configuration of the most common option of
483483
a constraint shorter and quicker.
484484

485-
If you're ever unsure of how to specify an option, either check the API documentation
485+
If you're ever unsure of how to specify an option, either check :namespace:`Symfony\\Component\\Validator\\Constraints`
486486
for the constraint or play it safe by always passing in an array of options
487487
(the first method shown above).
488488

0 commit comments

Comments
 (0)