Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 693112c

Browse files
committed
#94: Remove Zend_Service Dependency from CurrencyInterface
1 parent 068a97e commit 693112c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

lib/internal/Magento/Framework/CurrencyInterface.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -235,19 +235,4 @@ public function isMore($value, $currency = null);
235235
* @return boolean
236236
*/
237237
public function isLess($value, $currency = null);
238-
239-
/**
240-
* Returns the set service class
241-
*
242-
* @return \Zend_Service
243-
*/
244-
public function getService();
245-
246-
/**
247-
* Sets a new exchange service
248-
*
249-
* @param string|\Magento\Framework\Locale\CurrencyInterface $service Service class
250-
* @return \Magento\Framework\CurrencyInterface
251-
*/
252-
public function setService($service);
253238
}

0 commit comments

Comments
 (0)