Skip to content

Commit b9f3fac

Browse files
Removed comment about Java
1 parent 11b63e3 commit b9f3fac

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)