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