8000 minor #10637 Update IsTrue.rst (u-mulder) · symfony/symfony-docs@5ece010 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ece010

Browse files
committed
minor #10637 Update IsTrue.rst (u-mulder)
This PR was merged into the 2.8 branch. Discussion ---------- Update IsTrue.rst Correct class names for Validator and Constraint classes for `IsTrue` is `IsTrue` (not just `True`). <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- 81ba832 Update IsTrue.rst
2 parents 96ccb11 + 81ba832 commit 5ece010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/IsTrue.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Also see :doc:`IsFalse <IsFalse>`.
1313
| Options | - `message`_ |
1414
| | - `payload`_ |
1515
+----------------+---------------------------------------------------------------------+
16-
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\True` |
16+
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\IsTrue` |
1717
+----------------+---------------------------------------------------------------------+
18-
| Validator | :class:`Symfony\\Component\\Validator\\Constraints\\TrueValidator` |
18+
| Validator | :class:`Symfony\\Component\\Validator\\Constraints\\IsTrueValidator`|
1919
+----------------+---------------------------------------------------------------------+
2020

2121
Basic Usage

0 commit comments

Comments
 (0)
0