From b9f3facd44352adf51d2cff73a7d0020185b0e37 Mon Sep 17 00:00:00 2001 From: Matthias Noback Date: Wed, 27 Mar 2013 12:06:45 +0100 Subject: [PATCH] Removed comment about Java --- book/validation.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/book/validation.rst b/book/validation.rst index 8848ab8aaf7..0a249c9e99d 100644 --- a/book/validation.rst +++ b/book/validation.rst @@ -10,9 +10,7 @@ into a database or passed to a web service. Symfony2 ships with a `Validator`_ component that makes this task easy and transparent. This component is based on the -`JSR303 Bean Validation specification`_. What? A Java specification in PHP? -You heard right, but it's not as bad as it sounds. Let's look at how it -can be used in PHP. +`JSR303 Bean Validation specification`_. .. index:: single: Validation; The basics