Skip to content

Commit

Permalink
Remove useless docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
tantegerda1 committed Mar 20, 2024
1 parent 0ff2a4f commit 5988782
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/LazyCriteriaCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ public function isEmpty(): bool
}

/**
* {@inheritDoc}
*
* Do an optimized search of an element
*/
public function contains(mixed $element): bool
Expand Down
3 changes: 0 additions & 3 deletions src/PersistentCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,6 @@ public function containsKey(mixed $key): bool
return parent::containsKey($key);
}

/**
* {@inheritDoc}
*/
public function contains(mixed $element): bool
{
if (! $this->initialized && $this->getMapping()->fetch === ClassMetadata::FETCH_EXTRA_LAZY) {
Expand Down

0 comments on commit 5988782

Please sign in to comment.