Merge pull request #2729 from joostdekeijzer/typo-in-comment

correct property comment
This commit is contained in:
Mark 2014-01-29 03:30:09 -08:00
commit d415edb9e5

View file

@ -3258,7 +3258,7 @@ class TranslatedArticle extends CakeTestModel {
public $belongsTo = array('User'); public $belongsTo = array('User');
/** /**
* belongsTo property * hasMany property
* *
* @var array * @var array
*/ */