From ee34dbbdbbadd6a6a9e92f8759b9d632b859acd2 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sun, 30 Dec 2012 23:43:39 +0100 Subject: [PATCH] Fixed indention issues in configuration blocks --- reference/constraints/All.rst | 30 +++++++++++++++--------------- reference/constraints/Country.rst | 16 ++++++++-------- reference/constraints/Ip.rst | 16 ++++++++-------- reference/constraints/Language.rst | 16 ++++++++-------- reference/constraints/Locale.rst | 16 ++++++++-------- reference/constraints/Url.rst | 16 ++++++++-------- 6 files changed, 55 insertions(+), 55 deletions(-) diff --git a/reference/constraints/All.rst b/reference/constraints/All.rst index 551a319c6af..4601d443ffa 100644 --- a/reference/constraints/All.rst +++ b/reference/constraints/All.rst @@ -50,21 +50,21 @@ entry in that array: protected $favoriteColors = array(); } - .. code-block:: xml - - - - - - - - - + .. code-block:: xml + + + + + + + + + Now, each entry in the ``favoriteColors`` array will be validated to not be blank and to be at least 5 characters long. diff --git a/reference/constraints/Country.rst b/reference/constraints/Country.rst index afdc0585111..118c0ff3a00 100644 --- a/reference/constraints/Country.rst +++ b/reference/constraints/Country.rst @@ -41,14 +41,14 @@ Basic Usage protected $country; } - .. code-block:: xml - - - - - - - + .. code-block:: xml + + + + + + + Options ------- diff --git a/reference/constraints/Ip.rst b/reference/constraints/Ip.rst index b6c7a9ac11a..761f044d2a7 100644 --- a/reference/constraints/Ip.rst +++ b/reference/constraints/Ip.rst @@ -44,14 +44,14 @@ Basic Usage protected $ipAddress; } - .. code-block:: xml - - - - - - - + .. code-block:: xml + + + + + + + Options ------- diff --git a/reference/constraints/Language.rst b/reference/constraints/Language.rst index 1fab8f5d750..f74b6eab75b 100644 --- a/reference/constraints/Language.rst +++ b/reference/constraints/Language.rst @@ -41,14 +41,14 @@ Basic Usage protected $preferredLanguage; } - .. code-block:: xml - - - - - - - + .. code-block:: xml + + + + + + + Options ------- diff --git a/reference/constraints/Locale.rst b/reference/constraints/Locale.rst index fa1f85c83dd..b86acb5b346 100644 --- a/reference/constraints/Locale.rst +++ b/reference/constraints/Locale.rst @@ -45,14 +45,14 @@ Basic Usage protected $locale; } - .. code-block:: xml - - - - - - - + .. code-block:: xml + + + + + + + Options ------- diff --git a/reference/constraints/Url.rst b/reference/constraints/Url.rst index 0ada406b2d7..8f1fce898c2 100644 --- a/reference/constraints/Url.rst +++ b/reference/constraints/Url.rst @@ -42,14 +42,14 @@ Basic Usage protected $bioUrl; } - .. code-block:: xml - - - - - - - + .. code-block:: xml + + + + + + + Options -------