diff --git a/model/fieldtypes/ForeignKey.php b/model/fieldtypes/ForeignKey.php index 3fe7b07f3..1c51529f3 100644 --- a/model/fieldtypes/ForeignKey.php +++ b/model/fieldtypes/ForeignKey.php @@ -7,7 +7,7 @@ * @uses DropdownField * * @param string $name - * @param DataOject $object The object that the foreign key is stored on (should have a relation with $name) + * @param DataObject $object The object that the foreign key is stored on (should have a relation with $name) * * @package framework * @subpackage model