fix cs
This commit is contained in:
@@ -23,9 +23,8 @@
|
||||
|
||||
namespace Thelia\Module;
|
||||
|
||||
|
||||
interface DeliveryModuleInterface extends BaseModuleInterface {
|
||||
|
||||
interface DeliveryModuleInterface extends BaseModuleInterface
|
||||
{
|
||||
/**
|
||||
*
|
||||
* calculate and return delivery price
|
||||
@@ -33,4 +32,4 @@ interface DeliveryModuleInterface extends BaseModuleInterface {
|
||||
* @return mixed
|
||||
*/
|
||||
public function calculate($country = null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user