Skip to content

Commit

Permalink
not needed use statement removed
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Jan 11, 2024
1 parent e4655f6 commit f9d11e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Repository/ProductRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
use PDOStatement;
use PrestaShopCollection;
use PrestaShopDatabaseException;
use PrestaShopException;
use resource;

class ProductRepository extends AbstractEntityRepository
{
Expand Down Expand Up @@ -255,14 +253,12 @@ public function findProductByProductReference($carrierReference)
return $this->db->getRow($query) ?: null;
}


/**
* @param int $carrierReference
* @param int $countryId
*
* @return array|bool|mysqli_result|PDOStatement|resource|null
* @throws PrestaShopDatabaseException
* @throws PrestaShopException
*/
public function checkIfCarrierIsAvailableInCountry(int $carrierReference, int $countryId)
{
Expand Down

0 comments on commit f9d11e3

Please sign in to comment.