fix cs
This commit is contained in:
@@ -43,9 +43,9 @@ interface FacadeInterface
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param ContainerInterface $container Service container
|
||||
* @param ContainerInterface $container Service container
|
||||
*/
|
||||
function __construct(ContainerInterface $container);
|
||||
public function __construct(ContainerInterface $container);
|
||||
|
||||
/**
|
||||
* Return a Cart a CouponManager can process
|
||||
@@ -170,4 +170,4 @@ interface FacadeInterface
|
||||
*/
|
||||
public function getDispatcher();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user