From beccf7f6b05bc2527b1bfa287c9908e594053f5a Mon Sep 17 00:00:00 2001 From: ADmad Date: Fri, 22 Sep 2017 03:46:43 +0530 Subject: [PATCH] Update version in deprecated tag. --- src/ORM/AssociationCollection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ORM/AssociationCollection.php b/src/ORM/AssociationCollection.php index dda07c32293..4f063c2783d 100644 --- a/src/ORM/AssociationCollection.php +++ b/src/ORM/AssociationCollection.php @@ -114,7 +114,7 @@ public function keys() * @param string|array $class The type of associations you want. * For example 'BelongsTo' or array like ['BelongsTo', 'HasOne'] * @return array An array of Association objects. - * @deprecated 3.6.0 Use getByType() instead. + * @deprecated 3.5.3 Use getByType() instead. */ public function type($class) {