1
0
mirror of synced 2025-01-09 18:47:10 +03:00

Update EntityGenerator comment

fieldVisibility was referred to as a boolean, where it is actually a string.
This commit is contained in:
Thomas Lomas 2014-03-29 01:49:12 +00:00
parent 8f688509c8
commit 7d9630786b

View File

@ -133,7 +133,9 @@ class EntityGenerator
protected $regenerateEntityIfExists = false;
/**
* @var boolean
* Visibility of the field
*
* @var string
*/
protected $fieldVisibility = 'private';