mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-09 21:18:41 +00:00
Fix uninstaller abstract implementation
This commit is contained in:
parent
c197163e1e
commit
118e8160ec
|
|
@ -33,7 +33,7 @@ class Uninstaller extends UninstallerAbstract
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function uninstall(DatabasePool $dbPool, InfoManager $info)
|
||||
public static function uninstall(DatabasePool $dbPool, InfoManager $info) : void
|
||||
{
|
||||
parent::uninstall($dbPool, $info);
|
||||
|
||||
|
|
|
|||
|
|
@ -129,9 +129,11 @@ class Calendar
|
|||
/**
|
||||
* @param string $desc Calendar description
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function setDescription(string $desc)
|
||||
public function setDescription(string $desc) : void
|
||||
{
|
||||
$this->description = $desc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user