Update Identifiable.php

This commit is contained in:
Patrick
2022-01-18 00:27:36 +01:00
committed by GitHub
parent e104a06f72
commit 89ce353a1f

View File

@@ -34,7 +34,7 @@ class Identifiable implements InstanceIdentifier
* *
* @return int|string * @return int|string
*/ */
public function getInstanceIdentifier($options = null) public function getInstanceIdentifier()
{ {
return $this->identifier; return $this->identifier;
} }
@@ -44,7 +44,7 @@ class Identifiable implements InstanceIdentifier
* *
* @return int|string * @return int|string
*/ */
public function getInstanceGlobalDiscount($options = null) public function getInstanceGlobalDiscount()
{ {
return $this->discountRate; return $this->discountRate;
} }