Skip to content

Commit

Permalink
MAGETWO-86300: [Backport to 2.1-develop] Fix #9243 - Upgrade ZF compo…
Browse files Browse the repository at this point in the history
…nents. Zend_Service #12958
  • Loading branch information
Oleksii Korshenko authored Jan 8, 2018
2 parents 9da32c7 + 9a5b2ab commit d688406
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions lib/internal/Magento/Framework/CurrencyInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,19 @@ public function isLess($value, $currency = null);
/**
* Returns the set service class
*
* @return \Zend_Service
* @return \Zend_Currency_CurrencyInterface
* @deprecated
* @see \Magento\Directory\Model\Currency\Import\ImportInterface
*/
public function getService();

/**
* Sets a new exchange service
*
* @param string|\Magento\Framework\Locale\CurrencyInterface $service Service class
* @return \Magento\Framework\CurrencyInterface
* @param string|\Zend_Currency_CurrencyInterface $service Service class
* @return \Zend_Currency_CurrencyInterface
* @deprecated
* @see \Magento\Directory\Model\Currency\Import\ImportInterface
*/
public function setService($service);
}

0 comments on commit d688406

Please sign in to comment.