Skip to content

Commit 8e530de

Browse files
committed
Merge pull request symfony#2365 from matthiasnoback/patch-1
Removed comment about Java
2 parents cd12186 + b9f3fac commit 8e530de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

book/validation.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ into a database or passed to a web service.
1010

1111
Symfony2 ships with a `Validator`_ component that makes this task easy and
1212
transparent. This component is based on the
13-
`JSR303 Bean Validation specification`_. What? A Java specification in PHP?
14-
You heard right, but it's not as bad as it sounds. Let's look at how it
15-
can be used in PHP.
13+
`JSR303 Bean Validation specification`_.
1614

1715
.. index::
1816
single: Validation; The basics

0 commit comments

Comments
 (0)