1
0
mirror of synced 2025-02-22 07:03:13 +03:00

Removing public properties validation (supported)

This commit is contained in:
Marco Pivetta 2014-10-20 15:15:05 +02:00
parent 9bf8f6ed4c
commit a0e107249f

View File

@ -58,7 +58,6 @@ class SchemaValidator
* 1. Check if a relation with "mappedBy" is actually connected to that specified field. * 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. * 2. Check if "mappedBy" and "inversedBy" are consistent to each other.
* 3. Check if "referencedColumnName" attributes are really pointing to primary key columns. * 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 * @return array
*/ */