Skip to content

Commit

Permalink
Removed ignored propel errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gechetspr committed Jul 29, 2020
1 parent a4b65d8 commit 8d29839
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
parameters:
ignoreErrors:
- '#Call to an undefined method .+Criteria::.+\(\).#'
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public function getProductConcreteProductListIdsForType(int $idProduct, string $
->useSpyProductListQuery(null, Criteria::LEFT_JOIN)
->filterByType($listType)
->endUse()
->groupByFkProductList(SpyProductListProductConcreteTableMap::COL_FK_PRODUCT_LIST)
->groupByFkProductList()
->find()
->toArray();
}
Expand Down

0 comments on commit 8d29839

Please sign in to comment.