From 7fbc7527648998c0b4c1a9207c79861ef5ff876d Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Fri, 12 Jul 2013 15:07:43 +1200 Subject: [PATCH] Typo --- model/fieldtypes/ForeignKey.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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