Skip to content

Commit

Permalink
refactor: Fixed psalm errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarlepp committed Nov 3, 2019
1 parent c521f08 commit 5861606
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Repository/BaseRepository.php
Expand Up @@ -226,10 +226,6 @@ protected function processJoins(QueryBuilder $queryBuilder): void
*/
protected function processCallbacks(QueryBuilder $queryBuilder): void
{
/**
* @var callable
* @var mixed[] $args
*/
foreach (self::$callbacks as [$callback, $args]) {
array_unshift($args, $queryBuilder);

Expand Down

0 comments on commit 5861606

Please sign in to comment.