8000 fixed typo in the GroupSequenceProviderInterface path. · symfony/symfony-docs@303daff · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 303daff

Browse files
dantormeyweaverryan
authored andcommitted
fixed typo in the GroupSequenceProviderInterface path.
1 parent 30ef3a8 commit 303daff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/validation.rst

Lines changed: 1 addition & 1 deletion
< 4155 td data-grid-cell-id="diff-dac5e2df9efe1613756ef230198c4acebff52f940fbc94c4e0a7f81b5b16723e-1079-1079-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">1079
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ then your code might look like this::
10741074
namespace Acme\DemoBundle\Entity;
10751075

10761076
// ...
1077-
use Symfony\Component\Validation\GroupSequenceProviderInterface;
1077+
use Symfony\Component\Validator\GroupSequenceProviderInterface;
10781078

1079
/**
10801080
* @Assert\GroupSequenceProvider

0 commit comments

Comments
 (0)
0