Skip to content

Commit

Permalink
[PATCH] Remove superfluous PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Oct 1, 2019
1 parent ec2651a commit 6d709a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/Adapter/ORM/EntityManagerTrait.php
Expand Up @@ -20,8 +20,6 @@ trait EntityManagerTrait
/**
* Creates a new QueryBuilder instance that is prepopulated for this entity name.
*
* @param string $indexBy The index for the from
*
* @return EntityManager|QueryBuilder
*/
final protected function createQueryBuilder(string $alias, string $indexBy = null)
Expand Down
3 changes: 0 additions & 3 deletions src/EventListener/ORM/SortableListener.php
Expand Up @@ -172,9 +172,6 @@ private function getNextPosition(EntityManager $em, PositionAwareInterface $enti
return 0;
}

/**
* @param UnitOfWork $uow
*/
private function addGroupFilter(QueryBuilder $qb, PositionAwareInterface $entity, UnitOfWork $uow = null): void
{
foreach ($entity->getPositionGroup() as $field) {
Expand Down

0 comments on commit 6d709a0

Please sign in to comment.