Browse Source

Fix phpcs error.

Mark Story 8 years ago
parent
commit
711c35fad2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/ORM/AssociationCollection.php

+ 1 - 0
src/ORM/AssociationCollection.php

@@ -164,6 +164,7 @@ class AssociationCollection implements IteratorAggregate
             'AssociationCollection::type() is deprecated. ' .
             'Use getByType() instead.'
         );
+
         return $this->getByType($class);
     }