Skip to content

Commit

Permalink
Add SuppressWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquei4 committed Oct 27, 2019
1 parent b2d553a commit 8f5bfad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ public function afterGetById(CustomerRepository $subject, CustomerInterface $cus
* @param SearchResults $searchResults
* @param SearchCriteria $searchCriteria
* @return SearchResults
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function afterGetList(CustomerRepository $subject, SearchResults $searchResults, SearchCriteria $searchCriteria)
{
Expand Down

0 comments on commit 8f5bfad

Please sign in to comment.