Update InstanceIdentifier.php

This commit is contained in:
Patrick
2022-01-18 00:28:59 +01:00
committed by GitHub
parent 8f7208c39c
commit 9a50bb2a59

View File

@@ -9,12 +9,12 @@ interface InstanceIdentifier
* *
* @return int|string * @return int|string
*/ */
public function getInstanceIdentifier($options = null); public function getInstanceIdentifier();
/** /**
* Get the unique identifier to load the Cart from. * Get the unique identifier to load the Cart from.
* *
* @return int|string * @return int|string
*/ */
public function getInstanceGlobalDiscount($options = null); public function getInstanceGlobalDiscount();
} }