mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Merge pull request #2729 from joostdekeijzer/typo-in-comment
correct property comment
This commit is contained in:
commit
d415edb9e5
1 changed files with 1 additions and 1 deletions
|
@ -3258,7 +3258,7 @@ class TranslatedArticle extends CakeTestModel {
|
||||||
public $belongsTo = array('User');
|
public $belongsTo = array('User');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* belongsTo property
|
* hasMany property
|
||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue