Remove (apparently) dead getKey methods

This commit is contained in:
Moritz Meißelbach 2024-08-23 15:04:28 +02:00
parent 4d9f23e315
commit c76fcb91ba
No known key found for this signature in database
GPG key ID: 9FDCE7BEB31FA3E5
5 changed files with 0 additions and 41 deletions

View file

@ -325,14 +325,6 @@ class AxoModule implements ServiceModule, ExtendingModule, ExecutableModule {
return $localized_script_data;
}
/**
* Returns the key for the module.
*
* @return string|void
*/
public function getKey() {
}
/**
* Condition to evaluate if Credit Card gateway should be hidden.
*

View file

@ -127,13 +127,4 @@ class BlocksModule implements ServiceModule, ExtendingModule, ExecutableModule {
);
return true;
}
/**
* Returns the key for the module.
*
* @return string|void
*/
public function getKey() {
}
}

View file

@ -129,12 +129,4 @@ class PayLaterBlockModule implements ServiceModule, ExtendingModule, ExecutableM
return true;
}
/**
* Returns the key for the module.
*
* @return string|void
*/
public function getKey() {
}
}

View file

@ -150,12 +150,4 @@ class PayLaterConfiguratorModule implements ServiceModule, ExtendingModule, Exec
return true;
}
/**
* Returns the key for the module.
*
* @return string|void
*/
public function getKey() {
}
}

View file

@ -282,12 +282,4 @@ class PayLaterWCBlocksModule implements ModuleInterface {
);
}
}
/**
* Returns the key for the module.
*
* @return void
*/
public function getKey() {
}
}