mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
💚 CI: Undo a type-hint that causes CI failure
Our Stub object has a void return value; CI fails with this type-hint, as the Stub is not compatible with the actual object.
This commit is contained in:
parent
75f4a6f94a
commit
64fae60da4
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class Settings implements ContainerInterface {
|
|||
/**
|
||||
* Stores the settings to the database.
|
||||
*/
|
||||
public function persist() : bool {
|
||||
public function persist() {
|
||||
return update_option( self::KEY, $this->settings );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue