Example #1
0
 /**
  * @param \Magento\Review\Model\ResourceModel\Review\Collection $reviewsCollection
  * @return int[]
  */
 protected function getCustomerList($reviewsCollection)
 {
     return array_filter($reviewsCollection->getColumnValues('customer_id'));
 }