Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bf8fc99

Browse filesBrowse files
committed
minor #16159 [Form] Typo in validation_group_service_resolver.rst (askeita)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Form] Typo in validation_group_service_resolver.rst Corrected namespace of ValidationGroupResolver. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- bf8fa81 Typo in validation_group_service_resolver.rst
2 parents 01a7d6f + bf8fa81 commit bf8fc99
Copy full SHA for bf8fc99

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎form/validation_group_service_resolver.rst

Copy file name to clipboardExpand all lines: form/validation_group_service_resolver.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Then in your form, inject the resolver and set it as the ``validation_groups``::
3838
// src/Form/MyClassType.php;
3939
namespace App\Form;
4040

41-
use App\Validator\ValidationGroupResolver;
41+
use App\Validation\ValidationGroupResolver;
4242
use Symfony\Component\Form\AbstractType;
4343
use Symfony\Component\OptionsResolver\OptionsResolver;
4444

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.