From a0e107249feea492ea2d8265f8ddc64da3f3a4bb Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Mon, 20 Oct 2014 15:15:05 +0200 Subject: [PATCH] Removing public properties validation (supported) --- lib/Doctrine/ORM/Tools/SchemaValidator.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Doctrine/ORM/Tools/SchemaValidator.php b/lib/Doctrine/ORM/Tools/SchemaValidator.php index 6652e4966..06843700d 100644 --- a/lib/Doctrine/ORM/Tools/SchemaValidator.php +++ b/lib/Doctrine/ORM/Tools/SchemaValidator.php @@ -58,7 +58,6 @@ class SchemaValidator * 1. Check if a relation with "mappedBy" is actually connected to that specified field. * 2. Check if "mappedBy" and "inversedBy" are consistent to each other. * 3. Check if "referencedColumnName" attributes are really pointing to primary key columns. - * 4. Check if there are public properties that might cause problems with lazy loading. * * @return array */