Skip to content

Commit

Permalink
Missing PHPDoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Ferraz Luvisotto committed May 29, 2018
1 parent c78fbc0 commit 2a20abd
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ public function __construct(JoinProcessorInterface $joinProcessor)
$this->joinProcessor = $joinProcessor;
}

/**
* @param Collection $collection
* @param SearchCriteriaInterface $searchCriteria
* @param array $attributeNames
* @return Collection
*/
public function process(
Collection $collection,
SearchCriteriaInterface $searchCriteria,
Expand Down

0 comments on commit 2a20abd

Please sign in to comment.