Browse Source

Update version in deprecated tag.

ADmad 8 years ago
parent
commit
beccf7f6b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/AssociationCollection.php

+ 1 - 1
src/ORM/AssociationCollection.php

@@ -114,7 +114,7 @@ class AssociationCollection implements IteratorAggregate
      * @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)
     {